Changes between Initial Version and Version 2 of Ticket #9062
- Timestamp:
- Apr 6, 2009, 1:26:40 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9062
- Property Cc Nathan Toone Jared Jurkiewicz added
-
Ticket #9062 – Description
initial v2 1 dojox.grid. DataGrid forcibly loads all items it displays. This can be rather wasteful. The attached patch makes loading a bit lazier by checking wether all the attributes intended to be displayed in the grid are present on an item.1 dojox.grid.!DataGrid forcibly loads all items it displays. This can be rather wasteful. The attached patch makes loading a bit lazier by checking wether all the attributes intended to be displayed in the grid are present on an item. 2 2 3 This change may not work well with cells whose value is calculated by dojox.grid.__DataCellDef.get(). Such a user-supplied get function would have to ensure that the item indeed has all required attributes and, if necessary, load it.3 This change may not work well with cells whose value is calculated by {{{dojox.grid.__DataCellDef.get()}}}. Such a user-supplied get function would have to ensure that the item indeed has all required attributes and, if necessary, load it.