I load a complex treeview with kendo ui via ajax because I need to load the tree with one request (works fine):
$(document).ready(function() { buildTree(
try this on ajax success callback
var data = $("#treeView").data('kendoTreeView'); data.dataSource.read();