| 1 | | - enhancement: removed programmatically invoking scroll in IE when the grid is rendered, |
| | 1 | Version 0.3a2 (GPL) |
| | 2 | 1-November-2008 |
| | 3 | |
| | 4 | - enhancement: (Toolbar.js) config object allows now to specify either the grid |
| | 5 | or the view the toolbar is bound to |
| | 6 | - fixed: (Store.js) "getAt()" would return "-1" if the data at the passed index |
| | 7 | could not be found in some cases; changed to return type "undefined" |
| | 8 | - fixed: (GridView.js) overrode method "getCell()" to return "null" if the row |
| | 9 | for the specified index could not be found |
| | 10 | - fixed: firing of event "cursormove" would happen before "replaceLiveRows()" |
| | 11 | has taken care of re-assigning the rowIndex to the rows in the view which could |
| | 12 | lead to errors; adjusted method and made sure that "replaceLiveRows()" is called |
| | 13 | first |
| | 14 | - enhancement: (EditorGridPanel.js, GridPanel.js) added basic support for using |
| | 15 | cell editors for the Livegrid (EditorGridPanel-support) |
| | 16 | - enhancement: (ext-ux-livegrid.css, DragZone.js) minor code cleanups, changed |
| | 17 | css class "x-dd-drop-waiting" to "ext-ux-livegrid-drop-waiting" |
| | 18 | - enhancement: (GridView.js) added method "getRow()", removed overriden method |
| | 19 | "onCellSelect()", "onCellDeselect()", "onRowOver()", "onRowOut()" and changed |
| | 20 | arguments for call of methods that operate on Html-elements in the view to pass |
| | 21 | the model index as specified in the elements "rowIndex"-property, which will get |
| | 22 | translated internally to the html-element's index in the view, for broadening |
| | 23 | compatibility to other plugins/exension, such as the EditorGridPanel |
| | 24 | - enhancement: (GridView.js) changed behavior of "processRows()" to paint the selections |
| | 25 | if the third argument does not equal to "false" |
| | 26 | - enhancement: (RowSelectionModel.js) added method "deselectRecord()" to deselect a record |
| | 27 | that is already selected in the model |
| | 28 | - enhancement: (GridView.js) added method "isRecordRendered()" to check whether the passed |
| | 29 | record is currently within the visible rect of the grid's view |
| | 30 | - enhancement: removed programmatically invoking scroll in IE when the grid is rendered, |