Class wm.DataGrid.Event
A browser Event object, with some additional properties.
Defined in: DataGrid.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Property Attributes | Property Name and Description |
---|---|
Note: to support bindings it is recommend that you use the getValue/setValue API to access or modify properties.
|
|
The index of the cell that owns the click (or -1)
|
|
The Dijit Grid that owns the click
|
|
The index of the row that owns the click (or -1)
|
|
The View (scrolling region) that owns the click
|
Property Detail
Note: to support bindings it is recommend that you use the getValue/setValue API to access or modify properties.
{Number}
cellIndex
The index of the cell that owns the click (or -1)
Report errata or suggestions for
cellIndex.
{wm.dijit.Grid}
grid
The Dijit Grid that owns the click
Report errata or suggestions for
grid.
{Number}
rowIndex
The index of the row that owns the click (or -1)
Report errata or suggestions for
rowIndex.
{dojox.GridView}
sourceView
The View (scrolling region) that owns the click
Report errata or suggestions for
sourceView.