Categories | Question details Back To List | ||
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. Answer posted by dhxSupport on May 04, 2009 05:39 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. |