BM
Bharath M
Syncfusion Team
March 26, 2010 06:00 AM UTC
Hi Ricardo,
Thank you for your interest in Syncfusion products.
We suggest you to use the "TopLevelTable" to get/set the visible cell values based on rowIndex and colIndex. Please refer the below code snippet to achieve this.
[CS]
void GridGroupingControl1_PreRender(object sender, EventArgs e)
{
GridGroupingControl1.TopLevelTable.Rows[rowIndex].Cells[cellIndex].Text = "Text";
}
Let me know if you have any concerns.
Regards,
Bharath