Required library edition:
Required library file: dhtmlxgrid_ssc.js
save sorting order to cookie
mygrid.attachEvent("onAfterSorting", function(index,type,direction){ //minimal parameters set mygrid.saveSortingToCookie(); //maximal parameters set mygrid.saveSortingToCookie("some_name","expires=Fri, 31-Dec-2010 23:59:59 GMT"); });
See also: enableSortingSaving, loadSortingFromCookie