Hi,
It looks like the property grid has no support for properties marked with TypeConverterAttribute subtype of ExpandableObjectConverter.
see these links for info:
(http://www.bluevisionsoftware.com/WebSite/TipsAndTricksDetails.aspx?Name=ExpandableObjectConverter)
(http://msdn.microsoft.com/en-us/library/system.componentmodel.expandableobjectconverter.aspx)
Is is true that this is not supported currently and will this be supported in a future release? When will that future release be?
For example I have objects with properties that are collections of other objects. I want to be able to expand these other objects in the property grid. This works fine with the WinForms grid but not with yours. In your grid it looks like somewhere along the line ToString() on the collection property is being called, rather than looking at the type converter and taking the appropriate action.
Thanks,
Jason
It looks like the property grid has no support for properties marked with TypeConverterAttribute subtype of ExpandableObjectConverter.
see these links for info:
(http://www.bluevisionsoftware.com/WebSite/TipsAndTricksDetails.aspx?Name=ExpandableObjectConverter)
(http://msdn.microsoft.com/en-us/library/system.componentmodel.expandableobjectconverter.aspx)
Is is true that this is not supported currently and will this be supported in a future release? When will that future release be?
For example I have objects with properties that are collections of other objects. I want to be able to expand these other objects in the property grid. This works fine with the WinForms grid but not with yours. In your grid it looks like somewhere along the line ToString() on the collection property is being called, rather than looking at the type converter and taking the appropriate action.
Thanks,
Jason