keithnolan Report post Posted May 26, 2011 I am using a grid from DevExpress, when the grid changes I want to render a Fusion Chart to match the grid. The grid uses callbacks rather than postbacks, no matter what I do I cannot get the FusionChart to update after the callback. My code to render the chart is being called as expected and the XML generated looks correct yet the Chart is never updated on the client. It does however get updated after a postback. Any ideas as to how to go about this? Share this post Link to post Share on other sites
Guest Angshu Report post Posted May 26, 2011 Hi, Welcome to FusionCharts Forum! First of all, we would like to thank you for showing interest in FusionCharts. Could you please send us a screenshot of your requirement to look into it? Awaiting for your response. Share this post Link to post Share on other sites
keithnolan Report post Posted May 26, 2011 (edited) I've attached a screen shot. I would like to have the fusion chart update if I change any details on the grid. For example if I change the sort order I would like to update the chart to reflect what's shown on the grid. The grid is a DevExpress component which raises a callback when any of it's data changes. Edited May 26, 2011 by keithnolan Share this post Link to post Share on other sites
FusionCharts Support Report post Posted May 27, 2011 So ideally in the grid chage callback you would need to update the chart's data from your datasource which should be sorted or updated as per the grid. This change in data needs to be handled by your code. Share this post Link to post Share on other sites