G
Guest
I have a datagridview that is bound to a cutom collection.
The classes contained in the custom collection have the properties that are
bound to the class . This works fine !
But if one of the properites exposes another object I would like to bind a
property of the sub object to the DataPropertyName this does not seem to
work.
eg main object customer
has a property called Address which is a contained object
inside object Address there is property call city.
so DataPropertyName = "Address.city"
does not work !
Any ides
The classes contained in the custom collection have the properties that are
bound to the class . This works fine !
But if one of the properites exposes another object I would like to bind a
property of the sub object to the DataPropertyName this does not seem to
work.
eg main object customer
has a property called Address which is a contained object
inside object Address there is property call city.
so DataPropertyName = "Address.city"
does not work !
Any ides