This is a migrated thread and some comments may be shown as answers.

[Solved] Busyindicator doesn’t show

0 Answers 128 Views
BusyIndicator
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Carl-Johan
Top achievements
Rank 1
Carl-Johan asked on 07 Sep 2011, 10:54 AM

I have a button that loads data into a grid.

The button works like this:

 busyIndicator.IsBusy = true;

// Load data into the grid

  busyIndicator.IsBusy = false;

But the busyIndicator is newer visible. The dataloading takes a couple of seconds. Is it possible to make sure that the data doesn’t starts to load before the busyIndicator is visible?

Tags
BusyIndicator
Asked by
Carl-Johan
Top achievements
Rank 1
Share this question
or