#6546 closed defect (fixed)
Improve integration with dojo.data
Reported by: | rnucera | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DojoX Grid | Version: | 1.1.0 |
Keywords: | Grid | Cc: | Bryan Forbes, bill |
Blocked By: | Blocking: |
Description
Eliminate grid.model if possible, talk to dojo.data directly.
Change History (14)
comment:1 Changed 13 years ago by
Component: | General → DojoX Grid |
---|
comment:2 Changed 13 years ago by
comment:3 Changed 13 years ago by
(In [13545]) !strict refs #6546
- Added initial dojo.data notification support (only onSet supported for now).
refs #6353
- Moved dojox.grid._grid.GridView? to dojox.grid._View (also moved template to resources/View.html).
- Moved dojox.grid._grid.Views to dojox.grid._ViewManager.
- Moved dojox.grid._grid.builder classes to private classes in _View.js.
- Moved functions from dojox.grid.lib that are only used in _View.js to private functions in _View.js.
- Updated tests accordingly.
comment:4 Changed 13 years ago by
(In [13595]) refs #6546 !strict
- Added onNew and onDelete support to DataGrid?.
- Changed DataGrid? test to use ItemFileWriteStore?.
comment:5 Changed 13 years ago by
comment:6 Changed 13 years ago by
(In [13832]) refs #6353, refs #6546 !strict
- Changed "[mM]odel" to "[sS]tore" in DataGrid?.
- Updated tests and QueryReadStore? demo to reflect change.
- Made sure all tests work in IE7.
comment:7 Changed 13 years ago by
(In [13845]) refs #6546 !strict
- Added DataSelection? to return items from DataGrid?'s selection.
- Updated Yahoo! search example to use ServiceStore?.
comment:8 Changed 13 years ago by
comment:9 Changed 12 years ago by
Milestone: | 1.2 → 1.3 |
---|
comment:10 Changed 12 years ago by
Milestone: | 1.3 → future |
---|
comment:11 Changed 10 years ago by
Cc: | bill added |
---|
This looks pretty closed out.... any reason why it was never closed out?
comment:13 Changed 10 years ago by
Milestone: | future → 1.7 |
---|
Note: See
TracTickets for help on using
tickets.
(In [13518]) refs #6546, !strict