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.