This is a migrated thread and some comments may be shown as answers.

Bootstrap Skin Border

1 Answer 47 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 31 May 2016, 11:28 PM

 

Hi, I am try to go lightweight and have moved all grids to Bootstrap lightweight.

However, it looks to me like there is a 'shadow' on the left and bottom border. Please see the attached.

How can I get rid of that please? Must I make a custom skin?

Regards, Jon

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 03 Jun 2016, 08:03 PM
Hello Jon,

You could use the following CSS to override the left and bottom border:
.RadGrid_Bootstrap{
  border-left: 0px!important;
  border-bottom: 0px!important;
}

Hope this helps.


Regards,
Konstantin Dikov
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Grid
Asked by
Jon
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or