Completed
Last Updated: 08 Apr 2020 13:12 by ADMIN
Release R2 2020
ADMIN
Marin Bratanov
Created on: 11 Oct 2017 09:58
Category: Grid
Type: Bug Report
0
Wrong cell border colors with RenderMode=Mobile in the Default, BlackMetroTouch and WebBlue skins
A workaround is to take the header border color and set it to all rows 

- Default skin
           .RadGrid_Default .rgRow > td,
            .RadGrid_Default .rgAltRow > td {
                border-left-color: rgb(130, 130, 130);
            }


- BlackMetroTouch skin

            .RadGrid_BlackMetroTouch .rgRow > td,
            .RadGrid_BlackMetroTouch .rgAltRow > td {
                border-left-color: rgb(51, 51, 51);
            }

            .RadGrid_BlackMetroTouch .rgRow > td,
            .RadGrid_BlackMetroTouch .rgAltRow > td {
                border-bottom-width: 0px; /*remove extra space between rows that becomes visible when you put on borders for alt rows*/
            }


- WebBlue skin

            .RadGrid_WebBlue .rgRow > td,
            .RadGrid_WebBlue .rgAltRow > td
            {
                border-left-color: rgb(69, 95, 119);
            }
1 comment
ADMIN
Rumen
Posted on: 08 Apr 2020 13:12

Hi Folks,

I am having a good news that the appearance problems in the mobile rendering of RadGrid will be addressed in the upcoming R2 2020 release.

Regards,
Rumen
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.