How do we use the UriTypeConverter when we're not telling RadPropertyGrid an adapted SelectedObject, for instance? In other words, when we are using the Store? In other words, we can tell RadPropertyGrid when EditorRequired what UriTypeConverter editor to use?
Thank you...
1 Answer, 1 is accepted
0
Ivan Petrov
Telerik team
answered on 22 Aug 2012, 01:33 PM
Hi Michael,
Thank you for writing.
Every PropertyStoreItem has an Attributes collection property. You can add attributes to this collection and they will be treated by RadPropertyGrid the same way as if they were applied to a property of a class and an instance of this class is set as the SelectedObject of the grid.
I hope this will be useful. Should you have further questions, I would be glad to help.