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

footer row style cannot be applied

1 Answer 107 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Hans
Top achievements
Rank 1
Hans asked on 07 Aug 2012, 12:05 PM
Hi,
I have some troubles with styling footer row for RadGridView. I create RadGridView in XAML and apply my custom style for footer row like this:
<telerik:RadGridView
     ...
     ShowColumnFooters="True"
     ...
     FooterRowStyle="{StaticResource footerRowStyle}">
</telerik:RadGridView>

and the style itself is:
<Style x:Key="footerRowStyle" TargetType="telerik:GridViewFooterRow">
    <Setter Property="BorderBrush" Value="#25A0DA"/>
    <Setter Property="BorderThickness" Value="0,1,0,0"/>
</Style>

which is located in the <UserControl.Resources>.
If I do not override FooterRowStyle, I can see footer row and aggregate results on it but when I apply my custom style, footer row disappears from grid. By the way I hadn't experienced such behaviour with Q1 2012.

I use Silverlight 5.0.61118.0, telerik assemblies of version 2012.2.607.1050, VS2010 Professional  SP1.


1 Answer, 1 is accepted

Sort by
0
Hans
Top achievements
Rank 1
answered on 13 Aug 2012, 07:27 AM
Up! Can you help me? How should I style grid footer row?
Tags
GridView
Asked by
Hans
Top achievements
Rank 1
Answers by
Hans
Top achievements
Rank 1
Share this question
or