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

Controls looks different after upgrade to 2013.3.1114.40

4 Answers 67 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Forum
Top achievements
Rank 1
Forum asked on 19 Nov 2013, 02:48 PM

I upgraded my asp.net projects to Version 2013.3.1114.40 using the Upgrade Wizard.   After upgrade some controls looks different in IE.  I see difference in RadGrid command buttons, check list control, radio button list control.  I have attached pictures before and after upgrade.

4 Answers, 1 is accepted

Sort by
0
Forum
Top achievements
Rank 1
answered on 21 Nov 2013, 03:19 PM


Any ideas? anyone?
0
moegal
Top achievements
Rank 1
answered on 21 Nov 2013, 03:55 PM
i upgraded last night.

I use checkboxes and radio buttons as well as RadButtons and they look fine in IE10

What version of IE?
0
Forum
Top achievements
Rank 1
answered on 21 Nov 2013, 05:36 PM

I have IE10.  I created a new web project using the latest dlls and there also it looks different.  I see the difference only when I have these controls rendered inside a radgrid.  If I use the check box control in a web from, it looks fine.
0
Eyup
Telerik team
answered on 22 Nov 2013, 10:19 AM
Hello Guys,

Our developers are aware of the issue and they have already fixed it for the internal build. Until the next update you can use the following work-around:

div.RadGrid input[type=checkbox],
div.RadGrid input[type=radio] {
    background: none;
}
div.RadGrid input[type=checkbox],
div.RadGrid input[type=radio],
div.RadGrid .RadButton input {
    border: 0 none;             
}

Hope this helps. Please excuse us for any inconvenience caused.

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
General Discussions
Asked by
Forum
Top achievements
Rank 1
Answers by
Forum
Top achievements
Rank 1
moegal
Top achievements
Rank 1
Eyup
Telerik team
Share this question
or