I have successfully created a grid with parent rows which can be expanded into a child row. I would like to have a combobox in a column in the child row which has different items depending on values in the parent row. How can I populate the comboboxes differently for each child row?
What I need is a way of getting the parent row at the same time as the combobox in the child row. I can't seem to find an event or property which can access one from the other.