Check documentation for the latest version of dhtmlxSuite clearConfigCookie DHTMLX Docs

clearConfigCookie

clears cookie with grid config details

void clearConfigCookie( [string name] );
namestringoptional,cookie name

Available only in PRO Edition

Example

<button onclick="myTreeGrid.clearConfigCookie()">Clear cookies</button>

Back to top