Page 1 of 1
Tree View Selection
Posted: Tue Jan 25, 2022 1:08 am
by mygis
Hello,
I would like to know if there is a way to create a treeview selection or if there is tool to be configured such way as in the link
https://ej2.syncfusion.com/demos/#/mate ... fault.html . I can do that with combobox but I like this design.
Thanks.
Re: Tree View Selection
Posted: Tue Jan 25, 2022 2:14 am
by crispy68
Re: Tree View Selection
Posted: Tue Jan 25, 2022 12:30 pm
by mygis
Thank you Crispy68, I tried the free one, I wonder if we can use it to call functions instead of pages.
Re: Tree View Selection
Posted: Tue Jan 25, 2022 1:04 pm
by Pablo
What do you mean by 'call functions'?
Re: Tree View Selection
Posted: Tue Jan 25, 2022 1:26 pm
by mygis
Hi Pablo,
From what I see is that the treeview calls pages or url. What I meant was "running a javascript".
Thanks.
Re: Tree View Selection
Posted: Tue Jan 25, 2022 1:39 pm
by Pablo
You can always use
javascript:function() to run a script via the URL field.
https://www.w3schools.com/tags/att_a_href.asp
Re: Tree View Selection
Posted: Tue Jan 25, 2022 1:45 pm
by mygis
Thanks Pablo for the tip, I will look into implementing this method as the treeview looks great.