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

Spinner on the grid.

5 Answers 184 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Kristjan Einarsson
Top achievements
Rank 1
Kristjan Einarsson asked on 26 Oct 2010, 04:01 PM
Hi,
Does the grid/listgridview support some sort of spinner, while waiting?
I've if it does, I can't seem to find it on in your documentation.

Best regards
Kristján.

5 Answers, 1 is accepted

Sort by
0
Accepted
Vlad
Telerik team
answered on 26 Oct 2010, 04:07 PM
Hello Kristjan,

 You can use IsBusy property to achieve this. Just make sure that the time consuming operation is not executed in the UI thread since in this case you will unable to see the loading indicator. 

Kind regards,
Vlad
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Kristjan Einarsson
Top achievements
Rank 1
answered on 28 Oct 2010, 10:59 AM
Yes thank you, worked like a charm.
0
Kristjan Einarsson
Top achievements
Rank 1
answered on 09 Nov 2010, 10:24 AM
Hi, is it possible for me to customize the spinner or do I need to use the RadBusyIndicator for that ?

I've tried to do something like this
<Style TargetType="telerik:RadBusyIndicator">
   <Setter Property="Background" Value="Green"></Setter>
   ...
</Style>

but not working. I mainly need to put some text like Loading...

cheers
kristján.
            <Setter Property="Background" Value="Green"></Setter>
<Style TargetType="telerik:RadBusyIndicator">
            <Setter Property="Background" Value="Green"></Se
0
Accepted
Vanya Pavlova
Telerik team
answered on 10 Nov 2010, 09:30 AM
Hello Kristjan,


Actually RadGridView has its own GridViewLoadingIndicator and you should edit its template to achieve the desired result. I have prepared an example for you that demonstrates this approach.

Please see the example and if you need any further assistance let me know.

 

Regards,
Vanya Pavlova
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Kristjan Einarsson
Top achievements
Rank 1
answered on 10 Nov 2010, 11:01 AM
Ahh yes, did not know, I was always looking for BusyIndicator in the GridView space in the documentation, but when I looked for the GridViewLoadingIndicator the help brought my this one :)
http://www.telerik.com/help/wpf/gridview-templating-radgridview.html

Thanks for the example it was what I was looking for.

Best regards 
kristján.
Tags
GridView
Asked by
Kristjan Einarsson
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Kristjan Einarsson
Top achievements
Rank 1
Vanya Pavlova
Telerik team
Share this question
or