Categories | Question details Back To List | ||
Grid 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 Answer posted by Support on Dec 05, 2008 01:56 Technically browser cache XML files automatically ( based on file headers ) You can disable build-in "anti-cache" feature by grid.preventIECaching(false); |