Categories | Question details Back To List | ||
Hiding headers revisited Hello, I read the thread: http://dhtmlx.com/docs/products/kb/index.shtml?cat=search&page=1&q=994&ssr=yes&s=hide%20header About how to hide the row header in both IE and Mozilla. However, I cannot get the code provided to work in IE6. How can I hide a row header? thanks! Answer posted by Support on May 08, 2008 09:36 If you just need to render grid without header you can use grid.setNoHeader(true); ( this command need to be issued before grid.init ) As result grid will be rendered without header. Answer posted by Support on May 08, 2008 09:39 If you need to fully remove row from header grid supports grid.detachHeader(header_row_index) |