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

Expanding RadTreeview node throws an error saying "error on callback"

2 Answers 146 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Deepak Siddappa
Top achievements
Rank 1
Deepak Siddappa asked on 06 Jul 2010, 01:26 PM
In a webapge, We have a RadTreeview in the left pane, on click of any of the Radtreeview node, we are displaying the corresponding node content in the Radgrid.We have implemented few functionalities on the left and right click of the tree node. Our application would be used by lot of users at a given point of time.

On few instances the tree view would stop working. On expanding tree node say Folder 8.0, throws an error saying  "error on callback" and also on click of node (Folder 8.0) it will not show the corresponding content in the Radgrid.

Finally the folder 8.0 becomes unusable and to make it to work, we need to reset an IIS.
This is happening on our production environment and doing an IISRESET on the server is not feasible at all times.

What is this error? could you please give us a solution for this kind of problem.?

Regards,
Deepak

2 Answers, 1 is accepted

Sort by
0
Dimitar Milushev
Telerik team
answered on 12 Jul 2010, 12:00 PM
Hello Deepak,

If the server returns an unexpected result when a Node with ServerSideCallback is expanded, the "error on callback" error is thrown. This usually happens when there is an exception thrown on the server and ASP.NET returns an error page. You could either try attaching a debugger and catching the exception to see what's causing the problem or you could try using Fiddler or FireBug to inspect the server response and see what is the error page returned by the server.

Regards,
Dimitar Milushev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Syed Shuja
Top achievements
Rank 1
answered on 07 Jan 2014, 01:45 PM
same problem happened with me. there are two reasons for this:
  1. There is an exception thrown from server side. 
  2. DLL is corrupted 
My issue resolved after i updated the DLL even if it was of same size as old one. But it worked for me
Tags
TreeView
Asked by
Deepak Siddappa
Top achievements
Rank 1
Answers by
Dimitar Milushev
Telerik team
Syed Shuja
Top achievements
Rank 1
Share this question
or