Hi David,
Thanks for contacting Syncfusion support.
To hide the column header in ejGrid, use dataBound event of ejGrid. It can be achieved by using the create event where you can the grid elements at the initial state itself. Also you can get the grid header element by using the getHeaderContent method.
Find the code example:
function databound(args) { this.getHeaderContent().hide();
}
|
Refer to the Help document for the getHeaderContent method and dataBound event.
If we misunderstood your query, please get back to us.
Regards,
Prasanna Kumar N.S.V