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

FooterTextAlignment in Office 2013 theme

1 Answer 33 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Patrick
Top achievements
Rank 2
Iron
Iron
Iron
Patrick asked on 25 May 2016, 03:09 PM

Hello,

I've tried every possible value for FooterTextAlignment, but the text is always right aligned.

It seems that it is not working

1 Answer, 1 is accepted

Sort by
0
Dilyan Traykov
Telerik team
answered on 26 May 2016, 03:59 PM
Hello Patrick,

This is a known issue and you can follow the process of fixing it here. In the meantime, as a workaround, you can use the following style:

<Style TargetType="telerik:GridViewFooterCell" BasedOn="{StaticResource GridViewFooterCellStyle}">
    <Setter Property="TextAlignment" Value="Left"/>
</Style>

Do let me know if this approach works for you.

Regards,
Dilyan Traykov
Telerik
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
Tags
GridView
Asked by
Patrick
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Dilyan Traykov
Telerik team
Share this question
or