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?

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.