Categories | Question details Back To List | ||
Grid filter hide/show in the column header Hello, I want to hide/show the complete 'filter header' which is: mygrid.attachHeader(" ,#text_filter,#select_filter,#numeric_filter, ,#cspan"); I want to have a button/link in the grid itself which can have capabilities to hide/show the 'filter header' which comes just below the column headers. I am not looking for hide/show the filter element. Please let me know your thoughts. Thanks, RamaRao R. Answer posted by dhxSupport on Dec 15, 2009 05:29 There is no functionality which can allow you hide\show header. You can only attach\detach it. http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxgrid:api_method_dhtmlxgridobject_detachheader |