Hi there,
I search the forum and find the thread: http://www.actiprosoftware.com/community/thread/3250/expandableobjectconverter-typeconverter 3 years ago. I have similar situation and it seemed the propertygrid still does not work with TypeConverterAttributes.(I have propertyGrid Version 11.2
The class object "A" inside another class a "B", I use [TypeConverter(typeof(MyClassConverter)] to the property "A" in class B. But I still cannot see A property's name on the property grid. While the same thing works for WinForms' ProperyGrid. Can anyone give me any hint or small examples to make it works for the PropertyGrid? I can send you the sample project if you need.
Thanks
Gordon