In an application I'm developing, i need to use the same space to display information from different sources with different formats in a grid according to what item was selected on a TreeView.
i found two ways to achieve this:
- find the grid then destroy and recreate it.
- find the grid then change datasoruce/options/
I'm very new to Kendo, so i'm not sure which approach would be wiser.
any advice?