I see that some other components have a CancelPostback method to them. Does UltraChart have a way to stop the postback?
I ask because i have a chart that does drill downs and on the last chart, i have a javascript to open a new page. The javascript works, but the postback of the click event also occurs. Since it takes longer for the opening of the new page, the postback cancels the redirect.
If it makes a difference, the chart is in a WARP control as well.
Thanks,
Rob
HI,
Just following up on this forum post.
Do you require further assitance regarding this issue?
If so, please feel free to contact me.
Sincerely,
MattDeveloper Support Engineer
HI Rob,
Since you have the chart is a Warp. You can wire up the Warp's client-side RefreshRequest event.
In that event you can cancel the post back..
Here is a help link
http://help.infragistics.com/NetAdvantage/ASPNET/2010.2/CLR4.0/?page=WebAsyncRefreshPanel_About_Events_of_WebAsyncRefreshPanel.html
Sincerely, Matt Developer Support enginner