Hi,
In PropertyGrid I have one property "MethodName" of type string.I have to provide a custom editor of type RadComboBox for which the datasource will be dynamically getting methodnames from one particular dll. Once the user selects one methodname from combobox it should be binded to MethodName Property.
In Winforms it is easily acheivable using TypeConverters as they Pass ITypeDescriptorContext.
How to achieve this requirement in RadPropertyGrid.I have similar properties 10 or 11.So please suggest something so that I can move forward.
Regards,
Nagasree