
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.
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
0
Accepted
Hello Kristjan,
Vlad
the Telerik team
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
but not working. I mainly need to put some text like Loading...
cheers
kristján.
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
Hello Kristjan,
Vanya Pavlova
the Telerik team
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.
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.