Skip to content

Tags: mleibman/SlickGrid

Tags

2.1.0

Merge pull request #651 from yelinaung/master

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

2.1

Merge pull request #651 from yelinaung/master

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

2.02

Fix #380 - asyncPostProcess is fired too often when the array.prototy…

…pe has been extended.

2.0.2

Fix #380 - asyncPostProcess is fired too often when the array.prototy…

…pe has been extended.

2.0.1

Fix #302 and #319 (though the user seems confused about his own bug r…

…eport):

- 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

Removed search filter from grouping example to simplify it a bit (plu…

…s it wasn't working).

2.0b1

Removed "alpha" references.

1.4.3

Tagging the latest stable release as we switch to 2.0 branch.

1.4.1

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

- ADDED: preliminary support for cell range selection ("enableCellRan…

…geSelection" option, "onCellRangeSelected" event)