dojox
»
grid
»
data
»
Rows
» beginModifyRow
dojox.grid.data.Rows.beginModifyRow
dojo.require("dojox.grid._data.model");
defined in dojox/grid/_data/model.js
Usage
function (inRowIndex)
(view source)
if
(
!
this
.
cache
[
inRowIndex
]
)
{
this
.
cache
[
inRowIndex
]
=
this
.
copyRow
(
inRowIndex
)
;
}
parameter
type
description
inRowIndex