I am modifying an existing application which uses a property grid to display the properties of a selected item from a third party control. The selected item always inherits from an 'Item' object which contains a 'DataField' string property.
I need to modify the way which the propertygrid displays the child objects so that the user can select the data field from a list of values which will be populated from a collection on the parent form.
Is this possible with the propertygrid?