Resolution issue in RadGridView Footer

0 Answers 93 Views
GridView
Premkumar
Top achievements
Rank 1
Iron
Iron
Premkumar asked on 16 Apr 2024, 11:55 AM

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.

<Style x:Key="DefaultGridViewFooterRowStyle" TargetType="telerik:GridViewFooterRow">
                <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.

Martin Ivanov
Telerik team
commented on 19 Apr 2024, 08:56 AM

I've tried to recreate the issues but to no avail. You can check the attached project which I've used for testing. 
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.

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Premkumar
Top achievements
Rank 1
Iron
Iron
Share this question
or