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

[Solved] Rad Grid creates border on selecting multiple rows using Ctrl Key

2 Answers 98 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Gurpreet
Top achievements
Rank 1
Gurpreet asked on 13 May 2009, 10:48 AM
Hi,
I am facing a UI problem with RadGrid. When we select multiple rows of Grid using "Ctrl" key it creates a border on it. This looks bit odd as its border remains there even if i select other row simply(without Ctrl key). Is there some way to avoid it ?

Gurpreet

2 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 13 May 2009, 12:42 PM
Hello Gurpreet,

The observed behavior is characteristic for Firefox. You can avoid it by adding the following CSS rule to your website (CSS classes for RadGrid Q1 2009 and later):

.RadGrid  .rgRow,
.RadGrid  .rgAltRow
{
    -moz-user-select: -moz-none;
}

However, please note that users will not be able to select text in the data rows any more.


Kind regards,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Gurpreet
Top achievements
Rank 1
answered on 13 May 2009, 01:51 PM
That worked thanks telerik :) !!!
Tags
Grid
Asked by
Gurpreet
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Gurpreet
Top achievements
Rank 1
Share this question
or