dojox
»
grid
»
edit
» rowClick
dojox.grid.edit.rowClick
dojo.require("dojox.grid._grid.edit");
defined in dojox/grid/_grid/edit.js
Usage
function (e)
(view source)
if
(
this
.
isEditing
(
)
&&
!
this
.
isEditRow
(
e.
rowIndex
)
)
{
this
.
apply
(
)
;
}
parameter
type
description
e