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

[Solved] Checkboxes in RadGrid

1 Answer 106 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jake
Top achievements
Rank 1
Jake asked on 19 Jun 2008, 07:38 PM
Hello,

I currently have a RadGrid with a GridCheckBoxColumn. The problem is that the checkboxes in that column have a black border around them in IE 7. The border is not touching the checkbox, but about 3 or 4 pixels away from the edges of the checkbox. Is there a way to create a css style in my master page that to get rid of that black border? If not, what is the best way to get rid of the border?

Thank you.

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 20 Jun 2008, 02:12 PM
Hello Jake,

The checkboxes have a border because you have a border style defined for input elements somewhere in your web application's CSS. Please check.

The solution for this problem is to modify the global border style for input elements, so that it is applied only to textboxes, which have a specified CSS class, or which are located inside a specific wrapper element (defined by a CSS class).

Let us know if you need further advice.


Sincerely yours,
Dimo
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
Jake
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or