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