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

Border around checkbox col after upgrade

1 Answer 177 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Najid Hanif
Top achievements
Rank 2
Najid Hanif asked on 11 Dec 2013, 03:33 AM
Hi - After upgrading from Q3 2013 to Q3 2013 SP1 I get borders around my check boxes in IE 8.  Chrome and firefox do not have them. 
You can see this here in your demo
http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/batch-editing/defaultcs.aspx

Is this change expected behavior for IE 8? or is this a bug?

Thanks

1 Answer, 1 is accepted

Sort by
0
Accepted
Eyup
Telerik team
answered on 13 Dec 2013, 08:44 AM
Hello Najid,

Thank you for contacting us.

Our front-end developers have already fixed the issue and it is already included in the internal builds. Alternatively, you can add the following styling on your page:
div.RadGrid input[type="image"],
div.RadGrid input[type="radio"],
div.RadGrid input[type="checkbox"],
div.RadGrid input[type="submit"],
div.RadGrid input[type="range"]
{
    cursor: pointer;
    background-color: transparent;
    border-width: 0;
}

Hope this helps. Sorry for any inconvenience this might have caused you.

Regards,
Eyup
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Grid
Asked by
Najid Hanif
Top achievements
Rank 2
Answers by
Eyup
Telerik team
Share this question
or