Namespacedojox.grid.publicEvents

dojo.require("dojox.grid._grid.publicEvents");
defined in dojox/grid/_grid/publicEvents.js

Default ynthetic events dispatched for VirtualGrid. dojo.connect to events to retain default implementation or override them for custom handling.

Jump to PropertiesFunctionsBack to top

Functiondojox.grid.publicEvents.onApplyCellEdit(inValue: String, inRowIndex: Integer, inFieldIndex: Integer)
Event fired when editing is applied for a given grid cell
Event fired when editing is applied for a given grid row
Event fired when editing is cancelled for a given grid cell
Event to determine if a grid row may be deselected
Event to determine if a grid row may be selected
Event fired when a cell is clicked.
Event fired when a cell context menu is accessed via mouse right click.
Event fired when a cell is double-clicked.
Event fired when a cell receives focus.
Event fired when mouse is down in a header cell.
Event fired when mouse moves out of a cell.
Event fired when mouse is over a cell.
Top level handler for Content events
Event fired when a grid row is deselected
Event fired when a header cell is clicked.
Event fired when a header cell context menu is accessed via mouse right click.
Event fired when a header cell is double clicked.
Event fired when mouse is down in a header cell.
Event fired when mouse moves out of a header cell.
Event fired when mouse moves over a header cell.
Event fired when the grid header is clicked.
Event fired when the grid header context menu is accessed via mouse right click.
Event fired when the grid header is double clicked.
Top level handler for header events
Event fired when mouse moves out of the grid header.
Event fired when mouse moves over the grid header.
Grid key event handler. By default enter begins editing and applies edits, escape cancels and edit, tab, shift-tab, and arrow keys move grid cell focus.
top level handler for Key Events
Event fired when mouse is down inside grid.
Event fired when mouse is down inside grid row
Event fired when mouse moves out of the grid.
Event fired when mouse moves out of any row (data or header).
Event fired when mouse is over the grid.
Event fired when mouse is over any row (data or header).
Event fired when a row is clicked.
Event fired when a row context menu is accessed via mouse right click.
Event fired when a row is double clicked.
Event fired when mouse is down in a row.
Event fired when mouse moves out of a data row.
Event fired when mouse moves over a data row.
Event fired when a grid row is selected
Event fired when editing is started for a given grid cell
Perform row styling on a given row. Called whenever row styling is updated.

Jump to FunctionsPropertiesBack to top

css class to apply to grid cells over which the cursor is placed.