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
20
Multiple controls, dispatcher for loading and Busy indicator per control
posted

Hello,

I am loading multiple controls in xamdockmanager. Controls are shown after the dashboard is rendered and loading of data takes place after wards.

Each controls data is fetched via dispatcher in parallel. I am unable to understand , how can I provide progress bar/busy indicator per control, till the loading finishes per control.

I looked at the dashboard samples provided, it has one common busy indicator for the whole dashboard, so even if one control needs data, all dashboard is made unresponsive.

I dont want to do that.

Any idea or suggestion is welcome.

regards