AD
Administrator
Syncfusion Team
September 7, 2006 07:35 AM UTC
Hi Konstantin,
Try this code snippet to collapse the all the table in a grid.
//Form load event.
foreach(Element el in this.grid.Table.NestedDisplayElements )
{
el.ParentChildTable.IsExpanded = false;
}
Thanks,
Haneef