This is a migrated thread and some comments may be shown as answers.

Can't get the treview instance

1 Answer 60 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Luis
Top achievements
Rank 1
Luis asked on 25 Jul 2018, 04:50 AM

I'm creating a Treeview using the TreeViewBuilder in MVC

Like this:

     Html.Kendo().TreeView().Name("TreeViewTemplateBiding")...

 

Which I can see renders in the page as

  <div class="k-widget k-treeview k-reset" id="TreeViewTemplateBiding"><ul class="k-group">...</div>

   <script>
   kendo.syncReady(function(){jQuery("#TreeViewTemplateBiding").kendoTreeView({"select":onSelect,"check":onCheck});});

</script>

 

 

    

1 Answer, 1 is accepted

Sort by
0
Luis
Top achievements
Rank 1
answered on 25 Jul 2018, 04:55 AM
PLEASE IGNORE
Tags
TreeView
Asked by
Luis
Top achievements
Rank 1
Answers by
Luis
Top achievements
Rank 1
Share this question
or