Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
315
Load data async
posted

Maybe I'm missing something really basic but I don't see how to do this. I am tasked to add a chart to our site's home page and getting the data will be a little slow. So I when the page loads I want the chart to have a loading message while I fire up an ajax call to get the data. Once I have the data returned then I want the chart to display.

Is that possible with this chart?

Parents
  • 18204
    Verified Answer
    Offline posted

    Hi jleggy,

     

    Our WebChart is not built with AJAX functionality imbedded, however you could perform this functionality by placing the WebChart in an UpdatePanel.  You can set the WebChart's "EmptyChartText" property to say something along the lines of a loading message.  Then, when you have your chart data ready, you can trigger the async update on the panel to display the chart data.

    If you have any further questions please let me know and I'll be glad to help.

Reply Children
No Data