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

Dotted border in Firefox

3 Answers 87 Views
Grid
This is a migrated thread and some comments may be shown as answers.
stilip
Top achievements
Rank 1
stilip asked on 18 Jun 2008, 08:52 AM
I have a problem with dotted border, which appears when I click on a table footer (only in Firefox). You can see this behavior for example on online demos of Telerik RadGrid (http://www.telerik.com/DEMOS/ASPNET/Prometheus/Grid/Examples/Programming/WebGrid/DefaultCS.aspx). In Firefox, click somewhere near word Ready in table footer, then a dotted border around table appears.

Can somebody help, please?

3 Answers, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 18 Jun 2008, 11:09 AM
Hello Pavel,

The dotted border is used by Firefox to indicate the user which element one the page has received focus. If you don't want to see it, please set

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

Alternatively, you can use a separate CSS rule:

.RadGrid_Skin
{
    outline : none ;
}



Kind regards,
Dimo
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
stilip
Top achievements
Rank 1
answered on 18 Jun 2008, 12:49 PM
Thank you, it works.
0
Sophie
Top achievements
Rank 2
answered on 28 Jan 2013, 03:28 PM
Thank you Dimo, helped me a lot :) I've been searching a while to get rid of that line. Thought it was my div around my radgrid that caused this.
Tags
Grid
Asked by
stilip
Top achievements
Rank 1
Answers by
Dimo
Telerik team
stilip
Top achievements
Rank 1
Sophie
Top achievements
Rank 2
Share this question
or