AD
Administrator
Syncfusion Team
September 27, 2004 02:08 PM UTC
Hi Jaris,
You can handle the TableControlCellClicked event.
In that event you can get
e.TableControl.Table.DisplayElements[e.Inner.RowIndex].ParentRecord.GetData();
This will return the DataRowView for the record inside the nested table you clicked in.
Stefan