Hi guys,
I am strugeling to figure out lazy loading in my AdvancedDataGrid.
I didnt find any relevant document on that.
If I'm using ItemRenderer for my columns to do manipulation on the data, it is 
executed when I click on the grouped (branch )column.
This is good if I ahve a dataprovider with all data.
But if I want lazy loading,
When or where should I create my RemoteObject to fetch the relevant data from 
the server? Can I do it in my ItemRenderer?
Other option, If I catch a click from my AdvancedDataGrid and figure out the 
parentId, and fetch the relevant data from the server, how can I activate the 
Itemrenderer that I need to manipulate with this new data?

Many questions regard this Lazy loading, can you guide me here please?

Thanks a lot

Jo

Reply via email to