RC
Rajadurai C
Syncfusion Team
June 1, 2009 01:04 PM UTC
Hi Phani,
Thanks for your interest in Syncfusion Products.
There is a property called ShowColumnHeaders that allows you to show/hide the column headers. Please try the following code to hide the column headers in nested tables.
this.grid.NestedTableGroupOptions.ShowColumnHeaders = false;
Regards,
Rajadurai
PN
Phani N
June 2, 2009 05:48 PM UTC
thanks rajadurai. it works great.