Hi Rafal,
Thanks for contacting Syncfusion support.
We have checked your query “Horizontal alignment for the summary row”. You can able to achieve this requirement by writing the Style for the GridCaptionSummaryCell, GridSummaryCell as like the below provided code sample.
<Window.Resources>
<Style TargetType="syncfusion:GridGroupSummaryCell">
<Setter Property="HorizontalContentAlignment" Value="Right"></Setter>
</Style>
<Style TargetType="syncfusion:GridCaptionSummaryCell">
<Setter Property="HorizontalContentAlignment" Value="Right"></Setter>
</Style>
</Window.Resources> |
Please refer the below link for getting more information about the summary cell customization
We have created the sample based upon your requirement and attached that sample for your reference you can able to get it from the below link
Regards,
Balamurugan R