Function
_Grid mixin that provides default implementations for grid events.
Default synthetic events dispatched for _Grid. dojo.connect to events to retain default implementation or override them for custom handling.
String
css class to apply to grid cells over which the cursor is placed.
Function
top level handler for Key Events
Function
Top level handler for Content events
Function
Top level handler for header events
Function
Object containing row state information: selected, true if the row is selcted; over: true of the mouse is over the row; odd: true if the row is odd. Use customClasses and customStyles to control row css classes and styles; both properties are strings.
Perform row styling on a given row. Called whenever row styling is updated.
onStyleRow({ selected: true, over:true, odd:false })
Function
Grid key event handler. By default enter begins editing and applies edits, escape cancels an edit, tab, shift-tab, and arrow keys move grid cell focus.
Function
Decorated event object contains reference to grid, cell, and rowIndex
Event fired when mouse is over the grid.
Function
Decorated event object that contains reference to grid, cell, and rowIndex
Event fired when mouse moves out of the grid.
Function
Decorated event object that contains reference to grid, cell, and rowIndex
Event fired when mouse is down inside grid.
Function
Decorated event object contains reference to grid, cell, and rowIndex
Event fired when mouse is over any row (data or header).
Function
Decorated event object contains reference to grid, cell, and rowIndex
Event fired when mouse moves out of any row (data or header).
Function
Decorated event object that contains reference to grid, cell, and rowIndex
Event fired when mouse is down inside grid row
Function
Decorated event object contains reference to grid, cell, and rowIndex
Event fired when mouse is over a cell.
Function
Decorated event object which contains reference to grid, cell, and rowIndex
Event fired when mouse moves out of a cell.
Function
Decorated event object which contains reference to grid, cell, and rowIndex
Event fired when mouse is down in a header cell.
Function
Decorated event object which contains reference to grid, cell, and rowIndex
Event fired when a cell is clicked.
Function
Decorated event object contains reference to grid, cell, and rowIndex
Event fired when a cell is double-clicked.
Function
Decorated event object which contains reference to grid, cell, and rowIndex
Event fired when a cell context menu is accessed via mouse right click.
Function
Cell object containing properties of the grid column.
Index of the grid row
Event fired when a cell receives focus.
Function
Decorated event object which contains reference to grid, cell, and rowIndex
Event fired when a row is clicked.
Function
decorated event object which contains reference to grid, cell, and rowIndex
Event fired when a row is double clicked.
Function
Decorated event object which contains reference to grid, cell, and rowIndex
Event fired when mouse moves over a data row.
Function
Decorated event object contains reference to grid, cell, and rowIndex
Event fired when mouse moves out of a data row.
Function
Decorated event object which contains reference to grid, cell, and rowIndex
Event fired when mouse is down in a row.
Function
Decorated event object which contains reference to grid, cell, and rowIndex
Event fired when a row context menu is accessed via mouse right click.
Function
Decorated event object contains reference to grid, cell, and rowIndex
Event fired when mouse moves over the grid header.
Function
Decorated event object which contains reference to grid, cell, and rowIndex
Event fired when mouse moves out of the grid header.
Function
Decorated event object which contains reference to grid, cell, and rowIndex
Event fired when mouse moves over a header cell.
Function
Decorated event object which contains reference to grid, cell, and rowIndex
Event fired when mouse moves out of a header cell.
Function
Decorated event object which contains reference to grid, cell, and rowIndex
Event fired when mouse is down in a header cell.
Function
Decorated event object which contains reference to grid, cell, and rowIndex
Event fired when the grid header is clicked.
Function
Decorated event object which contains reference to grid, cell, and rowIndex
Event fired when a header cell is clicked.
Function
Decorated event object which contains reference to grid, cell, and rowIndex
Event fired when the grid header is double clicked.
Function
Decorated event object which contains reference to grid, cell, and rowIndex
Event fired when a header cell is double clicked.
Function
Decorated event object which contains reference to grid, cell, and rowIndex
Event fired when a header cell context menu is accessed via mouse right click.
Function
Decorated event object which contains reference to grid, cell, and rowIndex
Event fired when the grid header context menu is accessed via mouse right click.
Function
Cell object containing properties of the grid column.
Index of the grid row
Event fired when editing is started for a given grid cell
Function
Value from cell editor
Index of the grid row
Index in the grid's data store
Event fired when editing is applied for a given grid cell
Function
Index of the grid row
Event fired when editing is cancelled for a given grid cell
Function
Index of the grid row
Event fired when editing is applied for a given grid row
Function
Index of the grid row
Event to determine if a grid row may be selected
Boolean true if the row can be selected
Function
Index of the grid row
Event to determine if a grid row may be deselected
Boolean true if the row can be deselected
Function
Index of the grid row
Event fired when a grid row is selected
Function
Index of the grid row
Event fired when a grid row is deselected
Function
Object
Object