Hello,
on my page, I use the RadAjaxMaanger to check a server side method in a certain interval. The problem is, that this blocks the usage of my radTreeView.
An example: the ajaymanager starts the request. While this request is worked on server side the user moves a treenode to another parent. The node_drop-event is not called immediately, because the other request is not completed yet. After the first request is done the drop is executed.
If I use the fiddler http debugger, a request is set immediately after dropping the node, while the first one waits for response.
Also: I get a ClientEvent "OnResponseEnd" called, with the get_eventArgument-value used by the first request several times - more often than the onrequeststart!
Is there a way to get two or more simultaneous requests from one clients?
Regards
on my page, I use the RadAjaxMaanger to check a server side method in a certain interval. The problem is, that this blocks the usage of my radTreeView.
An example: the ajaymanager starts the request. While this request is worked on server side the user moves a treenode to another parent. The node_drop-event is not called immediately, because the other request is not completed yet. After the first request is done the drop is executed.
If I use the fiddler http debugger, a request is set immediately after dropping the node, while the first one waits for response.
Also: I get a ClientEvent "OnResponseEnd" called, with the get_eventArgument-value used by the first request several times - more often than the onrequeststart!
Is there a way to get two or more simultaneous requests from one clients?
Regards