I have a treeview
$("#treeview").kendoTreeView({
dataSource: { data: dati.toJSON()
},
checkboxes: {
checkChildren: true
},
selected: false
});
But on ie when i check on the Root node the childreb don’t checked..
Someone know how to resolve?
The Treeview is in a kendo modal window.
This issue is solved in the latest KendoUI release 2012.03.1315. Now it works fine.