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

.RadGrid_Default input Q3 2013 now with border IE9?

7 Answers 56 Views
Grid
This is a migrated thread and some comments may be shown as answers.
orim
Top achievements
Rank 1
orim asked on 19 Nov 2013, 02:37 PM
hi,
i have installed
telerik ajax Q3 2013 - 2013.3.1114.40
using IE 9

i have now render problems with input controls in my radgrid - there is always showing a border around them.


7 Answers, 1 is accepted

Sort by
0
Accepted
Radoslav
Telerik team
answered on 22 Nov 2013, 08:10 AM
Hello Miroslav,

Indeed I verified that the described issue exists into the 2013.3.1114.40 version of our controls. However our developers fixed the problem and the fix will be available into the next internal build which will be public in the middle of the next week.
Additionally as a temporary workaround you can use following css styles:
<style type="text/css">
        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;
        }
    </style>

I hope this helps.

Regards,
Radoslav
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.
0
Erik
Top achievements
Rank 1
answered on 11 Dec 2013, 06:33 PM
I am having the same issue with check boxes and buttons.
we have now upgraded to the 2013_3_1211_dev_hotfix but the problem persists.
Can you tell me if the fix has been released already?
0
Radoslav
Telerik team
answered on 16 Dec 2013, 06:44 AM
Hi Erik,

The 2013_3_1211_dev_hotfix version of our controls contains the fix for the described problem from the Miroslav. Could you please post your aspx markup page with the related code behind file or you can send us small runnable example where the issue can be reproduced? You could open a formal support ticket from your Telerik account and attach a ZIP file there. Thus we will be able to gather more details about your scenario and investigate the problem.

Looking forward for your reply.

Regards,
Radoslav
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.
0
nitish
Top achievements
Rank 1
answered on 13 Feb 2014, 05:49 AM
Hi,

I am using telerik version '2013.3.1324.40' and having issue in  RadGrid Checkbox and  Radio Button have background transparent or white  in IE 9 which is not same as default Checkbox and  Radio Button.
 --div.RadGrid input[type=checkbox], div.RadGrid input[type=radio], div.RadGrid .RadButton input, div.RadGrid_Office2007 input

these classes are overriding the default styles of Checkbox and  Radio Button.

In IE 10, everything works fine.









0
Radoslav
Telerik team
answered on 17 Feb 2014, 08:13 AM
Hello Nitish,

I tried to reproduce the described issue with the 2013.3.1324.40 version of our controls, but to no avail. On the following link I attached a small video which demonstrates that everything works as expected.
Also I am sending you a simple example which shows check boxes and radio buttons into the grid. Please check it out and let me know what differs in your case.

Looking forward for your reply.

Regards,
Radoslav
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 UI for ASP.NET AJAX, subscribe to the blog feed now.
0
nitish
Top achievements
Rank 1
answered on 21 Feb 2014, 03:35 AM
Hi Radoslav,

There is no functional issue in Radgrid checkbox and radiobutton, issue is in the look and feel of Radgrid checkbox and radiobutton and simple framework checkbox and radiobutton.

Simple framework checkbox and radiobutton shows shaded background but radgrid shows white or transparent background.

The problem is even we override the radgrid css, we are not able to match the shaded default css of check and radiobutton.  

To reproduce, use IE9 and take simple checkbox and radgrid checbox, you will see the difference in look and feel.

if you are using the IE10, and changing browser mode to IE9, then u wont be able to reproduce the issue.







0
Venelin
Telerik team
answered on 25 Feb 2014, 01:22 PM
Hello nitish,

I am afraid that once overridden with css checkboxes and buttons cannot be restored to the default look that comes form the operating system, if this is what you intend to achieve. However you can still remove the borders and the background by using Radoslav's workarond.

Regards,
Venelin
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 UI for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Grid
Asked by
orim
Top achievements
Rank 1
Answers by
Radoslav
Telerik team
Erik
Top achievements
Rank 1
nitish
Top achievements
Rank 1
Venelin
Telerik team
Share this question
or