Hello.
I tried to find a solution on the forum, but did not find.
I have a treeview with tempate -
<script id="treeview-template" type="text/kendo-ui-template">
#: item.text #
<span><input class="color" value="1" /></span>
<a class="k-button appendNodeToSelected" href='\#'>Append node</a>
<a class='k-button delete-link' href='\#'>Remove node</a>
</script>
input in js I transforamtion to kendo dropdown.
And when I select a node there is an error in the file 'kendo.all.min.js'
error :
TypeError: e is undefined>....each(function(){var e=i.dataItem(this);e.set("selected",!1),delete e.selected}).
If i remove input, all work OK. Help resolve this problem. Because with this error I can't add Node.
I tried to find a solution on the forum, but did not find.
I have a treeview with tempate -
<script id="treeview-template" type="text/kendo-ui-template">
#: item.text #
<span><input class="color" value="1" /></span>
<a class="k-button appendNodeToSelected" href='\#'>Append node</a>
<a class='k-button delete-link' href='\#'>Remove node</a>
</script>
input in js I transforamtion to kendo dropdown.
And when I select a node there is an error in the file 'kendo.all.min.js'
error :
TypeError: e is undefined>....each(function(){var e=i.dataItem(this);e.set("selected",!1),delete e.selected}).
If i remove input, all work OK. Help resolve this problem. Because with this error I can't add Node.