Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by sandip singh on Dec 08, 2008 22:46
open dhtmlx forum
Regarding hearder in dhtmlxGrid

how can i retrieve the header through API in grid control. I am using gridObj.serialize() function, header tag is missing from the o/p
Answer posted by Support on Dec 09, 2008 01:38
You can use
   grid.setSerializationLevel(false,false,true);
   var xml=grid.serialize();