Functiondojox.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)
parametertypedescription
inSortInfoIntegerSort information, 1-based index of column on which to sort, positive for an ascending sort and negative for a descending sort