Hello friends,
could you tell me how I can set the alignment for the content of the FooterCells?
I tried to set it with style. That works, but the result is not very fine (screenshot hc_466.jpg).
How is it possible to fill out the whole cells with white background? Setting the background-property via style does not work.
Second question: When I use grouping and ColumnFooters (ShowGroupFooters ="False" ShowColumnFooters="True") the aggregatresults are shown in the header too. That's not very pretty. Is it possibly to disable this? (screenshot hc_465.jpg).
Thank you for your help!
Best regards
Markus
could you tell me how I can set the alignment for the content of the FooterCells?
I tried to set it with style. That works, but the result is not very fine (screenshot hc_466.jpg).
<Style TargetType="{x:Type telerik:GridViewFooterCell}"> <Setter Property="HorizontalAlignment" Value="Right"/></Style>How is it possible to fill out the whole cells with white background? Setting the background-property via style does not work.
Second question: When I use grouping and ColumnFooters (ShowGroupFooters ="False" ShowColumnFooters="True") the aggregatresults are shown in the header too. That's not very pretty. Is it possibly to disable this? (screenshot hc_465.jpg).
Thank you for your help!
Best regards
Markus