Check documentation for the latest version of dhtmlxSuite getSortingState DHTMLX Docs

getSortingState

gets the sorting state of the grid

string getSortingState();
stringthe sorting state of the grid

Example

var state=myTreeGrid.getSortingState();

Back to top