I have a hierarchical grid with one detail table within each row of a Master Table.
I have GridbuttonColumns on the master table rows and detail table rows for selecting rows, and an event hooked to OnItemCommand.
In Code behind (C#) for the ItemCommand post back, how do I get the key of the detail row they selected, plus the key of that row's parent in the master table?
Thanks!