dojox
»
grid
»
focus
» isNoFocusCell
dojox.grid.focus.isNoFocusCell
dojo.require("dojox.grid._grid.focus");
defined in dojox/grid/_grid/focus.js
Usage
function ()
(view source)
return
(
this
.
rowIndex
<
0
)
||
!
this
.
cell
;