foreach
(GridDataItem item in Radgrid1.MasterTableView.Items)
{
foreach (GridColumn col in Radgrid1.MasterTableView.RenderColumns)
{
}
}
This will loop through all the items in the MasterTable. Waht's the solution for DetailTable.
I have one detail table and I want to loop through this detail table.
Thanks.
Jo.