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?