Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by pavan chamuduri on Dec 06, 2008 03:05
open dhtmlx forum
GridX

How to  reload only data part of grid, not both data and header structure, in such case existing headers will be preserved
Answer posted by Support on Dec 08, 2008 02:26
a) you need to use grid.clealAll() not grid.clearAll(true) ( second will destroy grid structure )
b) incoming XML must not contains <head> section, only rows data