:: Forum >>

How to clear sorting

When I click on the grid header column is sorted. It's OK.
Then I load another data set and refresh grid. But sorting doesn't disappear.
So how can I clear sorting?
Shulya
Monday, February 4, 2008
grid.clearRowModel(); // row indices and positions
grid.clearSortModel(); // sorted columns and direction
Alex (ActiveWidgets)
Monday, February 4, 2008

This topic is archived.


Back to support forum

Forum search