2X faster development
The ultimate WPF UI toolkit to boost your development speed.
The vertical borders is not shows for each cell in summary rows when ShowSummartInRow is disabled in WPF DataGrid (SfDataGrid). The summary rows will be displayed as shown in the following screenshot.
To show the vertical borders for each cell in summary row, write style for BorderThickness of GridTableSummaryCell for GridTableSummaryRow, GridCaptionSummaryCell for CaptionSummaryRow, and GridGroupSummaryCell for GroupSummaryRow. Refer to the following code for writing style for summary cells to show the vertical border. <Style TargetType="syncfusion:GridTableSummaryCell"> <Setter Property="BorderThickness" Value="0,0,1,0"/> </Style> <Style TargetType="syncfusion:GridCaptionSummaryCell"> <Setter Property="BorderThickness" Value="0,0,1,1"/> </Style> <Style TargetType="syncfusion:GridGroupSummaryCell"> <Setter Property="BorderThickness" Value="0,0,1,1"/> </Style>
When the vertical border is applied, the summary rows will be appeared as shown in the following screenshot.
|
2X faster development
The ultimate WPF UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.