I have a complex object of type A. A has some primitive type data members as well a complex data member of type B. When I load A into the PropertyGrid, I can change all its primitives. However, if the complex data member of type B was loaded as null, I cannot modify it at all. How do I set a complex data member to a new instance? I need to create a new instance of type B and modify its data members.
↧