dojox
»
grid
»
selection
» remove
dojox.grid.selection.remove
dojo.require("dojox.grid._grid.selection");
defined in dojox/grid/_grid/selection.js
Usage
function (inIndex)
(view source)
this
.
selected
.
splice
(
inIndex,
1
)
;
if
(
this
.
selectedIndex
>
= inIndex
)
{
this
.
selectedIndex
--;
}
parameter
type
description
inIndex