ClickSeries - AsyncPostBackTrigger and/or ClienSide events
Posted: Wed Feb 08, 2012 9:09 pm
Hello,
We are currently working on an application where events are handled through clienside events (javascript) generating an ajax call or with asynpostbacktriggers as the control's events don't generate changes on itself but yes on others. For example, if a clickseries on a chart generates changes on a control, let's say "Control2", Control2 is inside an UpdatePanel who would have an asyncpostbacktrigger associated with clickseries.
The problem we are having is that ClickSeries' handler cannot be used as an asyncpostbacktrigger because it does not follow the standard form: handler(object sender, EventArgs e), neither there is a client side alternative (or we weren't able to find it).
Any suggestion to accomplish this?
Thanks in advance.
We are currently working on an application where events are handled through clienside events (javascript) generating an ajax call or with asynpostbacktriggers as the control's events don't generate changes on itself but yes on others. For example, if a clickseries on a chart generates changes on a control, let's say "Control2", Control2 is inside an UpdatePanel who would have an asyncpostbacktrigger associated with clickseries.
The problem we are having is that ClickSeries' handler cannot be used as an asyncpostbacktrigger because it does not follow the standard form: handler(object sender, EventArgs e), neither there is a client side alternative (or we weren't able to find it).
Any suggestion to accomplish this?
Thanks in advance.