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?

http://dojo.telerik.com/@andybeeby/ikohi

template: "#if (item.element=== 'avalue' ) {# <input type='checkbox' #if(item.checked) { #checked# }# />#}"

using template apply check boxes items have value.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -