This question is locked. New answers and comments are not allowed.
I have a grid within a larger page.
The page contains all properties of an object, and the grid is to contain a collection which is a property on the main object.
ie.
Person:
- first name (string)
- last name (string)
- TelephoneNumbers (a list of telephone numbers)
I'd like to be able to bind the grid directly to the TelephoneNumbers property - is this possible?
The page contains all properties of an object, and the grid is to contain a collection which is a property on the main object.
ie.
Person:
- first name (string)
- last name (string)
- TelephoneNumbers (a list of telephone numbers)
I'd like to be able to bind the grid directly to the TelephoneNumbers property - is this possible?