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

IsBusy.. best approach to update/show Busy Indicator

2 Answers 164 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 02 Jan 2011, 12:48 AM
Hi..
I have function that loads the data and binds the grid.

LoadData();

How can I call this in separate thread.. so I can use the IsBusy indicator..... ?

Do I added IsBusy to the LoadData() and just run the code when the form is loaded?
thanks

2 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 03 Jan 2011, 08:02 AM
Hi,

 You can use BackgroundWorker to achieve your goal. 

All the best,
Vlad
the Telerik team
Browse the videos here>> to help you get started with RadControls for WPF
0
Jon
Top achievements
Rank 1
answered on 03 Jan 2011, 01:14 PM
Where can I find an example?
thanks
Tags
GridView
Asked by
Jon
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Jon
Top achievements
Rank 1
Share this question
or