I load classes in a propertygrid that I do not have direct access to change the ToString() displayed when the grid item is a collection.
The problem I have is when the property item is a collection, the value shows the full namespace but I would like to override the text value to something more user friendly.
Some of those collections have sub items and some use UIType editors.
Is it possible?
I tried everything I could think of from pgrid_ItemFormatting and from pgrid_SelectedObjectChanged
The problem I have is when the property item is a collection, the value shows the full namespace but I would like to override the text value to something more user friendly.
Some of those collections have sub items and some use UIType editors.
Is it possible?
I tried everything I could think of from pgrid_ItemFormatting and from pgrid_SelectedObjectChanged