#13288 closed defect (fixed)
LazyTreeGrid - expanding or collapsing rows should not cause re-rendering of unrelated rows
Reported by: | evan | Owned by: | evan |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Grid | Version: | 1.7.0b1 |
Keywords: | lazytreegrid, expand, rendering | Cc: | lazy, treegrid, expand, fetch |
Blocked By: | Blocking: |
Description
Currently in LazyTreeGrid?, expanding or collapsing a row will cause all rows(below the target one) re-rendered.
The rendering speed shall be increased a bit once this issue were fixed.
It's easy to see this issue at dojox/grid/tests/test_treegrid_lazyloading.html
Change History (8)
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Cc: | lazy treegrid expand fetch added |
---|---|
Milestone: | tbd → 1.7 |
comment:3 Changed 10 years ago by
(In [25667]) Refs #13288 styling tweaks, use strict '===' and add two missed events for LazyTreeGridStoreModel?
comment:6 Changed 10 years ago by
Note: See
TracTickets for help on using
tickets.
(In [25583]) Fixes #13288 patch from Elvis(IBM, CCLA), by avoiding any unnecessary data fetching requests when expanding or collapsing rows, - related rows still need to be updated/rendered.