HA
haneefm
Syncfusion Team
July 5, 2007 03:34 PM UTC
Hi Sudhir,
Try setting the TableOptions.ShowRowHeader property to hide/show the column(rowheader) of the Grid. Here is a code snippet
this.gridGroupingControl1.TableOptions.ShowRowHeader = false;
Best Regards,
Haneef