Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Muhammad Jafer on Aug 05, 2009 23:54
open dhtmlx forum
hiding header of grid

I want to hide the header of grid. Header space should also not show. Can you please help in this regard
Answer posted by dhxSupport on Aug 06, 2009 00:32
You can use setNoHeader(true). This methos should be called before initialization, but after setHeader. setHeader have to be called in any way as it defines number of columns.