:: Forum >>

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
Wednesday, February 20, 2008
You can obtain sorting column/direction from sortColumn, sortDirection properties -

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

This topic is archived.


Back to support forum

Forum search