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
close icon

Remove headers

hi is ther any settings are there to remove column headers.

1 Reply

AR Akila Rajaram Syncfusion Team May 30, 2016 06:22 AM UTC

Hi Atif,  
 
Thank you for using Syncfusion Products.  
 
You can remove the column headers in SfDataGrid by setting the SfDataGrid.HeaderRowHeight as zero. Please refer the below code example for the same.  
 
SfDataGrid dataGrid = new SfDataGrid(); 
 
//Hiding column header in SfDataGrid. 
dataGrid.HeaderRowHeight = 0; 
 
Regards, 
Akila R. 
 


Loader.
Live Chat Icon For mobile
Up arrow icon