I need to utilize the functionality of kendo treeView's kendoTreeViewCheckable for every node in KendoTreeList.
Is there any option to do or is there any way to use KendoTreeView inside Kendo Grid Table like KendoTreeList?
I need to utilize the functionality of kendo treeView's kendoTreeViewCheckable for every node in KendoTreeList.
Is there any option to do or is there any way to use KendoTreeView inside Kendo Grid Table like KendoTreeList?
Copyright © 2021 Jogjafile Inc.

Have a look at https://docs.telerik.com/kendo-ui/api/javascript/ui/treelist/configuration/columns.selectable
e.g.
This adds a checkbox column to every node.