DHTMLX Docs & Samples Explorer

loadOpenStates(name)

Required library edition: This method requires Professional Edition of the DHTMLX library
Required library file: dhtmlxgrid_ssc.js

load open state of TreeGrid in cookie

  • name - optional, cookie name
   mygrid.load("grid.xml",function(){
      //minimal parameters set
      mygrid.loadOpenStates();
      //maximal parameters set
      mygrid.loadOpenStates("some_name");
   })

See also: saveOpenStates