GridX

How to  reload only data part of grid, not both data and header structure, in such case existing headers will be preserved

a) you need to use grid.clealAll() not grid.clearAll(true) ( second will destroy grid structure )
b) incoming XML must not contains section, only rows data