or
Using a GridView control to bind to Hierarchical Data programmatically. One of the columns in the Child Template is a Combo Box. One of the requirements is that the items listed in the combo box are dependent on a value from a Column in the Parent row.
For example, if a Column named KitNumber in the Parent row has a value of 12345 on editing the child row, the combo box should only display the PartNumbers that are relevant to the KitNumber. Sounds simple enough but I have not been able to figure this out using the GridView control. Is this possible?
Any suggestions greatly appreciated.