Categories | Question details Back To List | ||
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(); |