Hi Telerik Team,
I'm using the below telerik version 2023.2.718.45
The default style is extracted through Office2016 theme.
For the RadGridView footers, the below are the styles used.
<Setter Property="Height" Value="35" />
<Setter Property="BorderThickness" Value="0" />
</Style>
<Style x:Key="DefaultGridViewFooterCellStyle" TargetType="telerik:GridViewFooterCell">
<Setter Property="Background" Value="#F1F1F1F1" />
<Setter Property="BorderThickness" Value="0" />
<Setter Property="HorizontalAlignment" Value="Stretch" />
<Setter Property="HorizontalContentAlignment" Value="Stretch" />
<Setter Property="FontWeight" Value="Normal" />
<Setter Property="FontSize" Value="10" />
<Setter Property="Padding" Value="0" />
</Style>
But, from where the vertical lines are coming in the footer (Please refer the attachment).
Also, if I perform Column resizing, then the vertical line is not showing for some time and showing for some other time (Please refer 2nd attachment).
Also, sometimes the border which I used to display the sum in the footer having display issue, means the right border is hiding sometimes when I perform column resizing and sometimes without column resizing the same issue occurs.
It looks like resolution issue.
Please let us know any solution to avoid this line and right border hiding issue. It looks weird.
From the picture, it seems that there is some custom styling in the control. I also don't know what exactly the column Footer contains.
That said, it would be helpful if you can share your full RadGridView setup, or open a new suport ticket and send a project.