-
Notifications
You must be signed in to change notification settings - Fork 424
Grid Events
mleibman edited this page Jan 28, 2012
·
11 revisions
SlickGrid exposes the following events:
- onScroll
- onSort
- onHeaderContextMenu
- onHeaderClick
- onMouseEnter
- onMouseLeave
- onClick
- onDblClick
- onContextMenu
- onKeyDown
- onAddNewRow
- onValidationError
- onViewportChanged
- onColumnsReordered
- onColumnsResized
- onCellChange
- onBeforeEditCell
- onBeforeCellEditorDestroy
- onBeforeDestroy
- onActiveCellChanged
- onActiveCellPositionChanged
- onDragInit
- onDragStart
- onDrag
- onDragEnd
- onSelectedRowsChanged
- onInvalidatedRows
- onCellCssStylesChanged
You can subscribe to the above events using a syntax similar to:
gridInstance.onXYZEvent.subscribe(function(e,args){
//event handling code.
});
SlickGrid Repo
- Home
- The SlickGrid Manifesto
- The SlickGrid Community
- BugFix List
- Enhancement List
- Sharing Sample Pages
- Announcement & Migration to 3.0.0
- Announcement & Migration to 4.0.0
- Announcement & Migration to 5.0.0
Jump Start
Resources
- API Reference
- Grid
- Grid Options
- Auto Column Sizing
- Column Options
- Grid Events
- DataView
- DataView Events
- Providing data to the grid
- Plugins & Third-party packages
- CSP Compliance
Learning
Tests
Contact/Support