Home › Forums › WinForms controls › Xceed Grid for WinForms › Binding an Unbound Column › Reply To: Binding an Unbound Column
I haven’t worked with DetailGrids a lot, but maybe something like this:<pre>int detailIndex = e.DataRow.Index;
Xceed.Grid.DataRow masterRow = e.DataRow.ParentGrid.ParentDataRow;
int masterIndex = masterRow.Index;</pre>
Imported from legacy forums. Posted by Tommy (had 3979 views)