dotnettex Posted December 30, 2008 Report Share Posted December 30, 2008 Hello again, Getting this issue on your latest ChartFX 7 .NET web tool. I have an application that charts calulation results and outputs an image to the browser page. Initially, the chart is bound to a datatable of values (using the data table provider). When the user changes the values, and selects ReCalc, the calculations are performed and the chart is then reset, and bound to the table with the new values. So far, this has been working great. The issue is when a user chooses to change the chart (show toolbar, show grid, etc), the chart will revert back to it's initial image (values) when the chart was initially composed. I tried setting the EnableViewState to TRUE, but it had no effect. This application uses AJAX for a lot of it's postbacks (including the ReCalc). Is there a way to stop this? Quote Link to comment Share on other sites More sharing options...
CarlosAC Posted February 19, 2009 Report Share Posted February 19, 2009 Hi dotnettex. Did you set UseCallBackForEvents property? You need to set it to true. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.