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.