3.2.0

Sort order maintanance

Hi,

I have a grid. Using the ActiveWidget grid I am loading the grid which is having 5 columns and the default sort order is firts column. I am sorting the grid using the third column. I am selecting a record and navigating to someother page. When I am coming back I can able to highlight grid by taking the value from session. But I am not able to retain the previous sort order.

Sould you please help me to get the previous sort order?.
October 30,
You can get the current sort via sort column and sort direction properties

http://www.activewidgets.com/aw.ui.grid/sort-column.html
http://www.activewidgets.com/aw.ui.grid/sort-direction.html

and then apply them with sort(column, direction) method.

Alex (ActiveWidgets)
October 30,

This topic is archived.

See also:


Back to support forum