Categories | Question details Back To List | ||
Grid Hi, In case of the main header and sub-header. How to hide the main header, on hiding the main header it should also close the sub-header. Answer posted by dhxSupport on Nov 26, 2009 03:47 There is no possibility to dynamically show\hide grid's header. You can create grid without header with setNoHeader() method. http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxgrid:api_method_dhtmlxgridobject_setnoheader Also you can detach attached header with detachHeader() method http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxgrid:api_method_dhtmlxgridobject_detachheader |