I'm looking for an example of how to use QueryReadStore (or some other store) with dojox.grid.LazyTreeGrid ?
I want to be able to display big structures and load only necessary required data from server. Only children of open nodes should be loaded from dedicated server script.
I'm already using QueryReadStore with dojox.grid.DataGrid and it works great :)
Help, Thanks.
I think I have what you are looking for here. Some excellent example code on using QueryReadStore with dojox.grid.LazyTreeGrid, and it's fully explained step by step too.
Please see here: http://livedocs.dojotoolkit.org/dojox/grid/LazyTreeGrid
I hope this advances your work and you are able to accomplish your goals.
Regards
Frank.