DHTMLX Docs & Samples Explorer

preventIECaching(mode)

Required library edition: This method works with any edition of DHTMLX library
Required library file: dhtmlxgrid.js

prevent caching in IE by adding random values to URL string

  • mode - enable/disable random values in URLs (disabled by default)
   //enable prevent IE caching mode
   mygrid.preventIECaching(true);
   //disable prevent IE caching mode
   mygrid.preventIECaching(false);

See also: load