Right now whenever my grid is loaded I get a progress indicator (round blue ring) which is fine and back color changes to dark blue.
I want to change the back color to transparent. How can I change the back color when IsBusy = true?
I want to change the back color to transparent. How can I change the back color when IsBusy = true?
5 Answers, 1 is accepted
0
Hi Sumati,
Do change that background you will need to edit the template of the RadGridView, find the GridViewLoadingIndicator control, edit in turn its template and change the background to transparent.
Attached I am sending you a sample application which achieves just that. I hope you will find it useful.
Greetings,
Kalin Milanov
the Telerik team
Do change that background you will need to edit the template of the RadGridView, find the GridViewLoadingIndicator control, edit in turn its template and change the background to transparent.
Attached I am sending you a sample application which achieves just that. I hope you will find it useful.
Greetings,
Kalin Milanov
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
Sumati
Top achievements
Rank 1
answered on 23 Jun 2010, 08:38 AM
Thanks for the reply. However I am making use of silverlight 3 and VS 2008. It was not expose
GridViewLoadingIndicator
in the styles. Your solution will also not open. Any idea to make it work on said environments
0
Hello Sumati,
At this point there is nothing fancy in migrating to SL3 version. Basically you just need to copy/paste the XAML and update namespaces where needed to get it to work.
Anyway I have updated the sample for SL and VS2008 and you can find it attached.
Greetings,
Kalin Milanov
the Telerik team
At this point there is nothing fancy in migrating to SL3 version. Basically you just need to copy/paste the XAML and update namespaces where needed to get it to work.
Anyway I have updated the sample for SL and VS2008 and you can find it attached.
Greetings,
Kalin Milanov
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
Sumati
Top achievements
Rank 1
answered on 23 Jun 2010, 09:17 AM
Thanks for the reply. I am able to expose the style.
Still i get background color as non-transparent. Find attached screenshot
Still i get background color as non-transparent. Find attached screenshot
0
Sumati
Top achievements
Rank 1
answered on 23 Jun 2010, 09:50 AM
I was able to solve this issue:
I removed the following code from the attached project and it is working now:
Thanks
I removed the following code from the attached project and it is working now:
telerik
:StyleManager.Theme="{StaticResource Theme}"
Thanks