Hi,
Is there any way to cache the xml file and when the grid loads for the next time it should directly load from the cache
Technically browser cache XML files automatically ( based on file headers )
You can disable build-in “anti-cache” feature by
grid.preventIECaching(false);