Hello,
Description: there is a splitter on the form with tree view in the left pane and grid view in the right. Clicking the node in the tree view updates the grid view.
Problem: when tree view node are clicked quickly, the following error occurs:
Sys.WebForms.PageRequestManagerServerErrorException: Invalid JSON primitive: undefined.
Disabling the form and controls during the request does not seem to help.
If anybody could help, I would very much appreciate!
PS I could attach a sample project, but I cannot find how to do this.
Description: there is a splitter on the form with tree view in the left pane and grid view in the right. Clicking the node in the tree view updates the grid view.
Problem: when tree view node are clicked quickly, the following error occurs:
Sys.WebForms.PageRequestManagerServerErrorException: Invalid JSON primitive: undefined.
Disabling the form and controls during the request does not seem to help.
If anybody could help, I would very much appreciate!
PS I could attach a sample project, but I cannot find how to do this.