3.2.0

how get the sort arrow column position or index when i am changing pages

Hi ,

I got one problem in my grid related to sroting a column. when i am clicking the header column total column values are soring on present page. when i am go to next page(using onchage method) the selected heder column values are sorted ................................... help me how to get the sort arrow column index value .................................


Regards,
Sridhar
Sridhar
February 20,
You can obtain sorting column/direction from sortColumn, sortDirection properties -

var col = grid.getSortColumn();
var dir = grid.getSortDirection(col);
Alex (ActiveWidgets)
February 25,

This topic is archived.

See also:


Back to support forum