Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Raghu on Dec 04, 2008 21:25
open dhtmlx forum
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);