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
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?
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
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:
Hope this helps. Please excuse us for any inconvenience caused.
Regards,
Eyup
Telerik
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.