Hi!
I’m trying to accomplish the following:
* Load an intial tree-structure to the TreeGrid
* When the user expandes a node that has children that hasn’t been loaded initially, I would like to use the virtualModeCreateRecords to fetch this nodes children.
Ergo, I’m trying to combine both the initial population of the grid With dynamically loading the rest on demand.
The problem is that if I set the Source of the TreeGrid on initialization, the virtualModeCreateRecords-function never fires…
On the other hand, if I only use the virtualModeCreateRecords-function, (also to populate the tree initially), the tree does not respect the hierarchy of this data, and everything is added on the root-level.
Any tips?
Thanks!
Regards
Jon