dojox
»
grid
»
focus
» isLastFocusCell
dojox.grid.focus.isLastFocusCell
dojo.require("dojox.grid._grid.focus");
defined in dojox/grid/_grid/focus.js
Usage
function ()
(view source)
return
(
this
.
rowIndex
==
this
.
grid
.
rowCount
-1
)
&&
(
this
.
cell
.
index
==
this
.
grid
.
layout
.
cellCount
-1
)
;