Skip to main content

Posts

Showing posts with the label kendo ui treeview drag and drop MVC 5

kendo ui treeview drag and drop MVC 5

Hello everyone, I am going to share the code sample for drag and drop node in kendo ui using mvc and jQuery as given below. The HTML code sample as given below, < div class ="row">     < div class ="col-lg-12">         < div class ="panel panel-primary">             < div class ="panel-heading">                 < h3 class ="panel-title">< i class ="fa fa-list"></ i > Detail List </ h3 >             </ div >             < div id ="divCostCenterTreeView" class ="panel-body remove-padding">                 @(     ...