Hi,
I use Property Grid control of a Extended WPF Toolkit Community Edition and need to show a list of accounts, loaded dynamically through a REST call. The Enum type shows well in the ComboBox editor while dynamic list does show type names instead of DisplayName of Item class. I used ItemsSourceAttribute and tried making Editor explicit through `[Editor(typeof(ItemsSourceAttributeEditor), typeof(ItemsSourceAttributeEditor))]` but both don't work.
A sample project is attached herewith. I have to use the SelectedObject as rest of the application is built like this.
Please advice.
Best,
Zeeshan Gulzar
Comments: ** Comment from web user: zeeshangulzarg **
I use Property Grid control of a Extended WPF Toolkit Community Edition and need to show a list of accounts, loaded dynamically through a REST call. The Enum type shows well in the ComboBox editor while dynamic list does show type names instead of DisplayName of Item class. I used ItemsSourceAttribute and tried making Editor explicit through `[Editor(typeof(ItemsSourceAttributeEditor), typeof(ItemsSourceAttributeEditor))]` but both don't work.
A sample project is attached herewith. I have to use the SelectedObject as rest of the application is built like this.
Please advice.
Best,
Zeeshan Gulzar
Comments: ** Comment from web user: zeeshangulzarg **
Thanks, it works.