dojox.grid.publicEvents.onCanSelect
dojo.require("dojox.grid._grid.publicEvents");
defined in dojox/grid/_grid/publicEvents.js
Event to determine if a grid row may be selected
Usage
function (/*Integer*/ inRowIndex) (view source)
parameter | type | description |
---|---|---|
inRowIndex | Integer | Index of the grid row |