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

How to remove selected grid "Shadow"

2 Answers 342 Views
Grid
This is a migrated thread and some comments may be shown as answers.
kipe
Top achievements
Rank 1
kipe asked on 10 Jun 2015, 06:30 AM
This blue shadow appear When I clicked somewhere on Grid. How to I remove this blue shadow from grid?

2 Answers, 1 is accepted

Sort by
0
kipe
Top achievements
Rank 1
answered on 10 Jun 2015, 06:31 AM
working on ASP.NET GRID CONTROL.
0
Viktor Tachev
Telerik team
answered on 12 Jun 2015, 11:23 AM
Hello,

The border shown in the screenshot is usually observed in Chrome.

In order to remove it for all RadGrid controls on the page you need to add the following CSS rule.


.RadGrid {
    outline: none;
}


Regards,
Viktor Tachev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
kipe
Top achievements
Rank 1
Answers by
kipe
Top achievements
Rank 1
Viktor Tachev
Telerik team
Share this question
or