Only display a checkbox on child nodes with Kendo Treeview -
i have following situation, have parent node number of nested child nodes. parent node should have checkbox, example have found child nodes have checkbox. possible using kendo templates?
template: "#if (item.element=== 'avalue' ) {# <input type='checkbox' #if(item.checked) { #checked# }# />#}"
using template apply check boxes items have value.
Comments
Post a Comment