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
695
How can I bind Progressbar with xamwebgrid
posted

I would like to show the progress by using progress bar when load data in to xamwebgrid from webservices, can you help me, if anyone have the code or idea?

 

 

Parents
  • 12631
    posted

    What I usually do is create a storyboard that toggles the visibility of a UI element that overlays the grid, and throw an animation on that.

    Then, since the web service calls happen async anyways, I just call the storyboards Begin() when I invoke the web service call and stop the animation in the service call completed event handler.

    Devin

Reply Children