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.

link|improve this question

It looks like you'll need to setup a ForestStoreModel. Can you post what you have? And, are you using the same QueryReadStore as the DataGrid? – Josh Feb 12 at 22:25
feedback

1 Answer

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.

link|improve this answer
Thx. I've seen it before. I'm looking also for server side code implementing datasource for the store. So far I've seen only examples with client-side data. I'd like to know how records are loaded in chunks on demand. – Seba Feb 12 at 17:28
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.