I tried both footer row styles and footer cells styles, but I can't seem to change the font size of the footer. I don't really want to create my own footer template for this.
I tried this:
Both of these would make my footer bold, but it wouldn't change the fontsize
I tried this:
<Style x:Key="Bold10CellStyle" TargetType="telerik:GridViewFooterCell" > <Setter Property="FontSize" Value="10" /> <Setter Property="FontWeight" Value="Bold" /></Style><Style x:Key="SmallBoldFooter" TargetType="telerik:GridViewFooterRow"> <Setter Property="FontSize" Value="10" /> <Setter Property="FontWeight" Value="Bold" /></Style>Both of these would make my footer bold, but it wouldn't change the fontsize
