How to load treeview on popup

Hi,

Can you share working example of loading treeview on popup. Pop will be opened on a button click.

Regards,
Priya B

Hello @priyatama.bhadke ,

You can place a tree in popup’s body. Please, look at the example: Code Snippet .
The data can be loaded to the tree in different ways:

  1. via the data set as in the example
  2. via parse() or load()

Also, note that a tree requires the specific data format .

If you need something more specific, please, provide more information about the case or an example.