dojox.VirtualGrid.canSort
dojo.require("dojox.grid.VirtualGrid");
defined in dojox/grid/VirtualGrid.js
Determines if the grid can be sorted
Usage
function (/*Integer*/ inSortInfo) (view source)
parameter | type | description |
---|---|---|
inSortInfo | Integer | Sort information, 1-based index of column on which to sort, positive for an ascending sort and negative for a descending sort |