-
Notifications
You must be signed in to change notification settings - Fork 2k
Grid Events
atheken edited this page Oct 17, 2011
·
8 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
You can subscribe to the above events using a syntax similar to:
gridInstance.onXYZEvent.subscribe(function(e,args){
//event handling code.
});
Resources
- API Reference
- Grid
- Grid Options
- Column Options
- Grid Events
- DataView
- Examples
- Providing data to the grid
- Plugins & Third-party packages
Learning
Tests
Contact/Support