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

BackColor of RadGridView when state is IsBusy

5 Answers 202 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Sumati
Top achievements
Rank 1
Sumati asked on 23 Jun 2010, 06:04 AM
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?

5 Answers, 1 is accepted

Sort by
0
Kalin Milanov
Telerik team
answered on 23 Jun 2010, 08:01 AM
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 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
Kalin Milanov
Telerik team
answered on 23 Jun 2010, 08:55 AM
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
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
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:

telerik

 

:StyleManager.Theme="{StaticResource Theme}"

 



Thanks
Tags
GridView
Asked by
Sumati
Top achievements
Rank 1
Answers by
Kalin Milanov
Telerik team
Sumati
Top achievements
Rank 1
Share this question
or