Hello folks,
Do you know if there is a simple way to create a TreeGrid that dynamicaly loads the data as long as you browse the tree ?
I may call a server method on each onFolderOpened event, but this leads to a graphical bug : the new data is correctly loaded but I need to click twice on the node in order to expand it.
Is there a better solution, for example by using a server datasource ?
Any help will be appreciated,
Thanks a lot.
Antoine Larcher
Do you know if there is a simple way to create a TreeGrid that dynamicaly loads the data as long as you browse the tree ?
I may call a server method on each onFolderOpened event, but this leads to a graphical bug : the new data is correctly loaded but I need to click twice on the node in order to expand it.
Is there a better solution, for example by using a server datasource ?
Any help will be appreciated,
Thanks a lot.
Antoine Larcher
Comment