I would like a node click event exposed from the treeview.
At the moment, you need to use a template. Example and considerations are available in the following forum thread: https://www.telerik.com/forums/row-click-and-double-click-events#PQpO8DcbzkCArF3UqoLcWA.
Hello Peter,
There will be an event in a future version.
Regards,
Marin Bratanov
Progress Telerik
Thanks for the reply Martin.
Using templates is also how I solved it in the end and it works quite nicely. Just think this event should be exposed even without having to use templates.
Hi,
You can do this through templates relatively easy at the moment, you can find an example in the first example from this page: https://docs.telerik.com/blazor-ui/components/treeview/templates
Regards,
Marin Bratanov
Progress Telerik
I also would like to see this feature. Not sure, how such a control can be of much use, without an on-click event.