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

GridView.IsBusy background

1 Answer 93 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Artem
Top achievements
Rank 1
Artem asked on 21 Apr 2011, 09:47 PM
Hi.
How can I change busy indicator backgground for GridView(when I set property IsBusy = true)
I've try:
public partial class MyControl: UserControl
    {
        public MyControl()
        {
            InitializeComponent();
            StyleManager.ApplicationTheme = new Windows7Theme();
        }
but it not changed.

1 Answer, 1 is accepted

Sort by
0
Vanya Pavlova
Telerik team
answered on 22 Apr 2011, 10:12 AM
Hi Sharp,

 

This part is named GridViewLoadingIndicator and you may alter its appearance either by creating a simple style or by editing its template. Please note that if you need to modify its appearance against a theme you have to create a custom theme project as described here. 


You may find attached sample project that demonstrates the approach above.


Greetings,
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
Tags
GridView
Asked by
Artem
Top achievements
Rank 1
Answers by
Vanya Pavlova
Telerik team
Share this question
or