We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

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.
Live Chat Icon For mobile
Up arrow icon