dojox.grid.publicEvents.onSelected
dojo.require("dojox.grid._grid.publicEvents");
defined in dojox/grid/_grid/publicEvents.js
Event fired when a grid row is selected
Usage
function (/*Integer*/ inRowIndex) (view source)
parameter | type | description |
---|---|---|
inRowIndex | Integer | Index of the grid row |