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

[Solved] How to Apply GridViewLoadingIndicatorStyle

1 Answer 102 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.
Cory
Top achievements
Rank 1
Cory asked on 27 Sep 2010, 07:10 PM
Currently we have implemented a GridViewLoadingIndicatorStyle.   However we need some direction how how to apply the style.
Currently we are already using the following and don't see any attribute that hangs off the radgridview to change the loading indicator style.

            <telerikGridView:RadGridView 
x:FieldModifier="public"
                x:Name="MyGrid" 
                RowStyle="{StaticResource GridViewRowStyle}"
                HeaderRowStyle="{StaticResource GridViewHeaderRowStyle}"

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 28 Sep 2010, 07:23 AM
Hello,

 The grid does not have direct property for this style. To achieve your goal you can modify the grid template using Blend. 

All the best,
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
Tags
GridView
Asked by
Cory
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or