Currently, I am experimenting with the LazyTreeGrid implementation in Dojo and have encountered an issue. When LazyTreeGrid is paired with LazyTreeGridStoreModel and QueryReadStore for pagination of children nodes, errors sometimes arise.
I attempted to load only the children of nodes that are opened and display only visible records.
The pagination of root records appears to be functioning correctly, but upon opening a node, only the first page of children loads while the rest are indicated by "...". I navigate through the pages using the mouse wheel.
This was tested on Firefox (9.0.1), Chrome (18.0.1025.152 m), and IE9 (9.0.8112.16421).
I have submitted a ticket on the Dojo trac website. You can access the ticket with code examples and screenshots here:
->