AD
Administrator
Syncfusion Team
January 22, 2007 03:56 PM UTC
Hi Frank,
Here is a code snippet that shows how to access a record from a table given the rowindex of it.
// using the displayelements property of the grid, we can find the corresponding record.
Record r = gridGroupingControl1.Table.DisplayElements[rowindex].ParentRecord;
Best Regards,
Haneef