Question

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.

Was it helpful?

Solution

This issue is solved in the latest KendoUI release 2012.03.1315. Now it works fine.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top