dojox.grid.publicEvents.onHeaderCellClick
dojo.require("dojox.grid._grid.publicEvents");
defined in dojox/grid/_grid/publicEvents.js
Event fired when a header cell is clicked.
Usage
function (e) (view source)
parameter | type | description |
---|---|---|
e | Decorated event object which contains reference to grid, cell, and rowIndex |