ASP.NET AJAX prevent update
Posted: Thu Aug 20, 2009 6:58 am
Hello,
I use the WebChart control in an ASP.NET AJAX UpdatePanel that is periodically updated with a timer (set as a trigger for the AJAX UpdatePanel).
The problem I face:
If I started a zoom action (mouseDown and draw the area to zoom), and the UpdatePanel receives a trigger (from the timer), the started zoom action is lost.
-Is it possible to detect (on client side) when the user starts a zoom action (and use that to disable to update timer) and detect when the zoom action is finished?
- or is it possible to configure the Teechart so that updates are allowed but the zoomaction is not lost?
Thanks in advance!
Marco
I use the WebChart control in an ASP.NET AJAX UpdatePanel that is periodically updated with a timer (set as a trigger for the AJAX UpdatePanel).
The problem I face:
If I started a zoom action (mouseDown and draw the area to zoom), and the UpdatePanel receives a trigger (from the timer), the started zoom action is lost.
-Is it possible to detect (on client side) when the user starts a zoom action (and use that to disable to update timer) and detect when the zoom action is finished?
- or is it possible to configure the Teechart so that updates are allowed but the zoomaction is not lost?
Thanks in advance!
Marco