Hello,
I have the following error on my page:
Sys.WebForms.PageRequestManagerServerErrorException: Invalid JSON primitive: undefined.
When I start debugging the code that is running is as follows:
if (error && !errorHandled) {
// DevDiv 89485: throw, don't alert()
throw error;
}
Details: the page contains splitter with two panes and splitter bar between them. In the left pane there is a tree view, in the right, grid view. Clicking on tree nodes updates grid. after some clicks I get this error. All controls are by Telerik. Any help would be highly appreciated.
I have the following error on my page:
Sys.WebForms.PageRequestManagerServerErrorException: Invalid JSON primitive: undefined.
When I start debugging the code that is running is as follows:
if (error && !errorHandled) {
// DevDiv 89485: throw, don't alert()
throw error;
}
Details: the page contains splitter with two panes and splitter bar between them. In the left pane there is a tree view, in the right, grid view. Clicking on tree nodes updates grid. after some clicks I get this error. All controls are by Telerik. Any help would be highly appreciated.