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

cancel all current requests

1 Answer 42 Views
XmlHttpPanel
This is a migrated thread and some comments may be shown as answers.
Nicholas Walker
Top achievements
Rank 1
Nicholas Walker asked on 16 Mar 2010, 07:19 PM
I am using xmlhttppanel with a grid and mouseover events. if the user quickly mouses over a bunch of items, it queues up the requests, and performs them one at a time.  I'd like to be able to cancel all current requests, that have already been made through panel.set_value

1 Answer, 1 is accepted

Sort by
0
Pero
Telerik team
answered on 19 Mar 2010, 10:45 AM
Hi Nicholas,

You can't cancel the current request to the server after the panel.set_value() client-side method has been called. The response can be canceled, but this is after the trip to the server has been made so it wouldn't be of much help in your case.     

My suggestion is to perform an additional check before initiating the update process. If you still have problems please provide some sample code and we will do our best to offer a working solution.

Best wishes,
Pero
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.
Tags
XmlHttpPanel
Asked by
Nicholas Walker
Top achievements
Rank 1
Answers by
Pero
Telerik team
Share this question
or