Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2009
Tooltips/Client side events not firing when rendering chart html using ASP.NET AJAX script
posted

Hi,

 I am trying to dynamically render my chart using ASP.NET AJAX scripts. So I have 3 controls:

One chart control (ascx) that has chart data.

The second is a ASP.NET AJAX Web service that loads and executes my chart control(ascx) and returns the generated html.

Finally I have an aspx page that calls my web service to get the chart's html and then displays it in a panel.

 

All this is working and chart is getting rendered. But the issue is that tooltips/click events are not getting fired in this case. Please find code attached for the above - Running DynamicChart.aspx shows the problem. I couldn't attach the entire VS project because of the size restrictions.

 Please let me know what I may be missing here.

Thanks a lot.

 

InfraChartSample.zip