Click here to Skip to main content
15,868,125 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have Kendo TreeList in which I am adding new Nodes. After saving records I am going to edit any record from Tree List, after completion of this step I am again saving that record into a database. After saving I would like to reload that TreeList.

While reloading I am getting bellow exception.

JavaScript
Uncaught RangeError: Maximum call stack size exceeded
at init._defaultParentId (kendo.all.min.js:73)


What I have tried:

I have tried by installing new lasted Kendo MVC into my project.
Also I have clear old tree list & refresh Tree List as well.

Bellow is my code to refresh the tree list.

JavaScript
function refreshTree(primaryCode) {
        $('#divTree').load('/ControllerName/ActionName?Id=' + primaryCode);
    }
Posted
Updated 1-Mar-17 22:01pm

1 solution

Have you asked the question in the Telerik support forums? Kendo UI Forums - Telerik Community[^] - it really is the best place to ask!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900