Categories | Question details Back To List | ||
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. |