I've used the ListGrid object with deferred/lazy loading to support large numbers of rows.
Now I'm working with the TreeGrid and I can see it supports deferred/lazy loading for nodes with children (e.g. the children nodes are not fetched from the server until the parent node is clicked/opened).
But is it possible to have a combination of those techniques? For instance, when a parent is opened, only load the first N children and then if the user scrolls down load the set of children that are scrolled into view.
thanks,
Tom
Now I'm working with the TreeGrid and I can see it supports deferred/lazy loading for nodes with children (e.g. the children nodes are not fetched from the server until the parent node is clicked/opened).
But is it possible to have a combination of those techniques? For instance, when a parent is opened, only load the first N children and then if the user scrolls down load the set of children that are scrolled into view.
thanks,
Tom
Comment