Skip to content

Tags: ejmvar/SlickGrid

Tags

2.1.0

Toggle 2.1.0's commit message
Merge pull request mleibman#651 from yelinaung/master

Changed jquery.event.drag-2.2 file encoding to UTF-8

2.1

Toggle 2.1's commit message
Merge pull request mleibman#651 from yelinaung/master

Changed jquery.event.drag-2.2 file encoding to UTF-8

2.02

Toggle 2.02's commit message
Fix mleibman#380 - asyncPostProcess is fired too often when the array…

….prototype has been extended.

2.0.2

Toggle 2.0.2's commit message
Fix mleibman#380 - asyncPostProcess is fired too often when the array…

….prototype has been extended.

2.0.1

Toggle 2.0.1's commit message
Fix mleibman#302 and mleibman#319 (though the user seems confused abo…

…ut his own bug report):

- Use a fixed position (i.e. always on screen) hidden DIV as a focusable keyboard event sink, and focus on that instead of the grid canvas.  Since it is always in the viewport, no scrolling occurs.  We still listen to events from editors bubbling up to the canvas and set focus on canvas clicks.
- Exposed a "focus()" method on the grid.
- Got rid of IE's .setActive() call since we have a better mechanism now.
- Fixed "fast" arrow key navigation when asyncEditorLoading is on.

2.0

Toggle 2.0's commit message
Removed search filter from grouping example to simplify it a bit (plu…

…s it wasn't working).

2.0b1

Toggle 2.0b1's commit message
Removed "alpha" references.

1.4.3

Toggle 1.4.3's commit message
Tagging the latest stable release as we switch to 2.0 branch.

1.4.1

Toggle 1.4.1's commit message
Merged in Daptiv changes.

- ADDED:  "toolTipMaxLength" option.
- FIXED:  not all rows getting removed by updateRowCount().
- ADDED:  onHeaderContextMenu event now passes in a column definition as a second parameter.
- ADDED:  "getGridPosition" method.

1.4

Toggle 1.4's commit message
- ADDED: preliminary support for cell range selection ("enableCellRan…

…geSelection" option, "onCellRangeSelected" event)