AD
Administrator
Syncfusion Team
June 9, 2005 01:27 AM UTC
To dynamically change cell values, you can handle the grid.QueryCellStyleInfo. In the event handler, you can use this code to get at the parent record of the child table that holds the requested cell.
GridRecord rec = e.TableCellIdentity.DisplayElement.ParentChildTable.ParentNestedTable.ParentRecord as GridRecord;