Hide or donot generate headers in grid

Hi,

I am using licensed version of dhtmlxgrid. How can i hide the headers of the grid. I do not want any header. Can i stop it from being created at runtime.



Thanks.

If you don’t want to use header in your grid you can use method setNoHeader(true). Note that while using that method you should define number of column with setHeader() and setInitWidths() methods.