keithnolan

Members
  • Content count

    2
  • Joined

  • Last visited

About keithnolan

  • Rank
    Forum Newbie
  1. Fusion Charts And Callbacks

    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.
  2. 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?