Remove the Grid header lines

how do i do that?

1 Reply

JJ Jisha Joy Syncfusion Team May 14, 2010 04:22 AM UTC

Hi Yona,

If your intension is to hide the headers in Grid Control, then this can be achived by using the following code:

this.gridControl1.Properties.ColHeaders = false;
this.gridControl1.Properties.RowHeaders = false;


Regards,
Jisha

Loader.
Up arrow icon