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

Selected cell border in firefox

2 Answers 52 Views
Grid
This is a migrated thread and some comments may be shown as answers.
David G
Top achievements
Rank 1
David G asked on 15 Oct 2009, 07:34 AM
Hi!

I have a problem with borders for selected cells in RadGrid. Using firefox 3.0.14, if I ctrl-click a cell in the radgrid I get a blue border around the cell (and any subsequent ctrl-clicked cells). Setting the border style of the cell doesn't help as the blue border is on top of the actual cell border. If I use Internet Explorer these borders doesn't show up.

Is there a way of removing this blue border?

The behaviour can be observed in your grid demos aswell, e.g your outlook grid demo:
http://demos.telerik.com/aspnet-ajax/grid/examples/programming/webmail/defaultcs.aspx

Regards

/David

2 Answers, 1 is accepted

Sort by
0
Accepted
Bruno
Top achievements
Rank 2
answered on 15 Oct 2009, 10:54 AM
This is browser behavior (nice feature, really) and has nothing to do with Telerik.

Here is a possible workaround:
table { -moz-user-select: none; }

0
David G
Top achievements
Rank 1
answered on 15 Oct 2009, 01:15 PM
Oh, I didn't know that.

Thanks for pointing me in the right direction.
Tags
Grid
Asked by
David G
Top achievements
Rank 1
Answers by
Bruno
Top achievements
Rank 2
David G
Top achievements
Rank 1
Share this question
or