Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Richard White on Nov 11, 2008 09:27
open dhtmlx forum
Hiding Grid header

Hi,

i have a 1 column grid and don't want the header to show. is there a way to hide the grid header

thanks
Answer posted by Support on Nov 11, 2008 09:57
You can use 
        grid.setNoHeader(true);
this command need to be executed before grid.init
Answer posted on Nov 11, 2008 10:04
ok thanks