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

Border highlighting?

3 Answers 206 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Michael Fuller
Top achievements
Rank 1
Michael Fuller asked on 27 Aug 2010, 10:55 PM
I have a quick question, how can I disable the border highlighting of rad grids.  For example I have defined a radgrid in a repeater and when I click on any of the generated tables I see a orange highlight around the edges of the clicked on table.  When I click on the page, in a blank spot the table un-highlights.  This is a feature I can turn off or some weird behavior from my own code?

Thanks,

3 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 30 Aug 2010, 01:12 PM
Hello Michael,

The highlight (outline) is a browser feature that shows which control has focus on the page. It can be seen in Firefox, Safari and Chrome. In order to turn the outlining off, please use CSS:

.RadGrid
{
        outline: none ;
}


or set the style inline:

<telerik:RadGrid  style="outline:none;"  />


Best wishes,
Dimo
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
0
Patrice Boissonneault
Top achievements
Rank 1
answered on 06 May 2016, 05:57 PM

Sounds like this is something new on Tab click.  Is there a way to turn this off completely?

 

 

0
Eyup
Telerik team
answered on 11 May 2016, 09:04 AM
Hello Patrice,

This is a general browser behavior and not related to Telerik specifically. You can check various discussions over the net about this matter:
http://stackoverflow.com/questions/3397113/how-to-remove-border-outline-around-text-input-boxes-chrome

Regards,
Eyup
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
Michael Fuller
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Patrice Boissonneault
Top achievements
Rank 1
Eyup
Telerik team
Share this question
or