Sign in to follow this  
karma

Linking Charts Via Ajax.actionlink In Mvc3 Razor

Recommended Posts

Hello,

 

I am currently trying to integrate charts in ASP.NET 4 with MVC3 and Razor. I want to link several charts together on the same page, one master chart and two child charts. When a user clicks on links in the master chart, I would like to refresh only the child charts using Ajax. I noticed you provided several examples of achieving this using Javascript. However, with MVC3 I need to make an Ajax.ActionLink call each time the user clicks on links in the master chart so that the controller will be called properly and update the partial view appropriately.

 

My question is, how can I link my Ajax.ActionLink calls to the links in the master chart?

 

Thank you.

Share this post


Link to post
Share on other sites
Guest Angie

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

We are looking into this and will get back to you once we come up with a possible workaround.

 

Thank you very much for your continued patience and patronage.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this