I would like to build a property grid control.
I currently would like to hook my Application Settings (List of Records in DB) to a property grid style of editor with the ability to have standed field edits (String, Number, Date) and custom data editors (Fairly Complex) that ultimately returns a single value, maybe as XML, for storage in my application settings.
An example of a property grid is here
http://www.codeproject.com/KB/custom-controls/xacc_propertygrid.aspx
Has anyone levaraged the Telerik controls to do this?
Cheers Dave