Opened 10 years ago
Closed 10 years ago
#12650 closed defect (fixed)
LazyTreeGrid doesn't support canSort()
Reported by: | evan | Owned by: | evan |
---|---|---|---|
Priority: | high | Milestone: | 1.6.1 |
Component: | DojoX Grid | Version: | 1.6.0 |
Keywords: | lazy, treegrid, cansort, | Cc: | |
Blocked By: | Blocking: |
Description
This can be easily reproduced with dojox/grid/tests/test_treegrid_lazyloading.html:
Assigning a canSort(){} to grid instance doesn't work for LazyTreeGrid?
Change History (2)
comment:1 Changed 10 years ago by
Component: | General → DojoX Grid |
---|
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed with [24306], by checking grid.canSort() before sorting/cleaning cache, applied to both trunk and 1.6 branch