:: Forum >>

Possible to Lock the first Row from being Sorted ?!?

I want ot sort by a certain column which this grid does nicely but i was wondering, is there a way to have it lock a certain row (or at least the first row) from being sorted...so that it remains as the first row in the grid even after a sort done by any column?
Krista
Saturday, June 18, 2005
You have to look how the sort procedure is implemented (/source/lib/controls/grid.js) and make your own. The sort procedure simply takes the array of row indices, re-arranges them and returns back to the grid.
Alex (ActiveWidgets)
Monday, June 20, 2005

This topic is archived.


Back to support forum

Forum search