Bob Tiamsic Report post Posted June 25, 2014 (edited) Hello. Is it possible when we click on a data plot in bar chart, it will execute a C# function? How can we do this? please help me with my problem. Edited June 25, 2014 by Bob Tiamsic Share this post Link to post Share on other sites
Bob Tiamsic Report post Posted June 25, 2014 What I need to do is when I click on a data plot, a c# method with parameters will be called that will populate a grid inside a modalpopupextender, then the modalpopupexteder will be shown. Share this post Link to post Share on other sites
Sanjukta Report post Posted July 2, 2014 What I need to do is when I click on a data plot, a c# method with parameters will be called that will populate a grid inside a modalpopupextender, then the modalpopupexteder will be shown. Hi, Please note that on clicking a data plot you need to call a JavaScript function as link that would in turn call any server-side script. FusionCharts is a client-side component and does not support direct server-side interaction as of now. Hope this helps. Share this post Link to post Share on other sites