Opened 9 years ago
Closed 8 years ago
#15155 closed defect (patchwelcome)
dojox.grid.LazyTreeGrid + QueryReadStore - errors when paginating children
Reported by: | Seba | Owned by: | Evan |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When LazyTreeGrid? is used with LazyTreeGridStoreModel? and QueryReadStore? pagination of children nodes sometimes causes errors.
I was trying to only load children of opened nodes and to load only those records that are visible.
Pagination of root records seems to work fine but after opening a node only the first page of children is loaded and the rest is filled with "...". To scroll I'm using mouse wheel.
Tested under: Firefox (9.0.1), Chrome (18.0.1025.152 m), IE9 (9.0.8112.16421)
Under Opera 11.61 it doesn't work at all.
Attachments (6)
Change History (10)
Changed 9 years ago by
Attachment: | LazyTreeGrid-chrome.png added |
---|
Changed 9 years ago by
Attachment: | LazyTreeGrid-firefox.png added |
---|
Changed 9 years ago by
Attachment: | LazyTreeGrid-ie9.png added |
---|
Changed 9 years ago by
Attachment: | LazyTreeGrid-opera.png added |
---|
Changed 9 years ago by
Attachment: | lazytree.php added |
---|
Changed 9 years ago by
Attachment: | qrstreesource.php added |
---|
Test datasource. Always returns requested amount of rows from $start to $start+$count.
comment:3 Changed 8 years ago by
comment:4 Changed 8 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Main test file with grid implementation