3.2.0

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
June 18,
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)
June 20,

This topic is archived.

See also:


Back to support forum