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

DesignProblem in IE 9 - EditMode with numeric textbox

5 Answers 74 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mario
Top achievements
Rank 1
Mario asked on 28 Mar 2012, 08:54 PM
Hello,
I have a problem with numeric textbox in Insert and Edit Mode.

<telerik:GridTemplateColumn DataField="ResWidth" DataType="System.Int32"
    FilterControlAltText="Filter ResWidth column" HeaderText="Width"
    UniqueName="ResWidth">
    <EditItemTemplate>
        <telerik:RadNumericTextBox ID="ResWidthRadNumericTextBox" runat="server"
            MaxValue="100000" MinValue="0" Type="Number" Value="0" Width="30px">
            <NumberFormat DecimalDigits="0" ZeroPattern="n" />
        </telerik:RadNumericTextBox>
    </EditItemTemplate>
    <ItemTemplate>
        <asp:Label ID="ResWidthLabel" runat="server" Text='<%# Eval("ResWidth") %>'></asp:Label>
    </ItemTemplate>
</telerik:GridTemplateColumn>
<telerik:GridTemplateColumn DataField="ResHeight" DataType="System.Int32"
    FilterControlAltText="Filter ResHeight column" HeaderText="Height"
    UniqueName="ResHeight">
    <EditItemTemplate>
        <telerik:RadNumericTextBox ID="ResHeightRadNumericTextBox" runat="server"
            MaxValue="100000" MinValue="0" Type="Number" Value="0" Width="30px">
            <NumberFormat DecimalDigits="0" ZeroPattern="n" />
        </telerik:RadNumericTextBox>
    </EditItemTemplate>
    <ItemTemplate>
        <asp:Label ID="ResHeightLabel" runat="server" Text='<%# Eval("ResHeight") %>'></asp:Label>
    </ItemTemplate>
</telerik:GridTemplateColumn>


I get following errors in IE9:
Microsoft JScript runtime error: Invalid argument.
this._displayElement.style.borderRightWidth=parseInt($telerik.getComputedStyle(this._displayElement,"border-right-width",""))+parseInt($telerik.getComputedStyle(this._textBoxElement,"border-right-width",""))+"px";

Best regards

Reiner




5 Answers, 1 is accepted

Sort by
0
Vasil
Telerik team
answered on 02 Apr 2012, 08:38 AM
Hi Reiner,

We are aware of this issue and it will be fixed for the upcoming hotfix that will be published in Wednesday. I will be glad to hear your feedback if you could upgrade and test your page.

Regards,
Vasil
the Telerik team
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 their blog feed now.
0
Anand
Top achievements
Rank 1
answered on 27 Apr 2012, 02:41 PM
What is the status on this? We are nearing the deployment. It's definitely a show stopper, Could you please update on this?
0
Vasil
Telerik team
answered on 30 Apr 2012, 07:35 AM
Hi Anand,

The problem was fixed several weeks ago, download the Service Pack for Q1 2012 (version 2012.1.411)

Regards,
Vasil
the Telerik team
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 their blog feed now.
0
Mario
Top achievements
Rank 1
answered on 30 Apr 2012, 01:02 PM
Hello,
The error message no longer occurs. When I show the RadNumericTextBox first the design is not ok (see the attachment).
Reiner
0
Vasil
Telerik team
answered on 30 Apr 2012, 01:18 PM
Hi Reiner,

This problem can happen if you have some custom CSS that breaks the width of the input. Please examine your styles and/or try to comment them out to see if the issue will disappear.
Check this help topic to see what classes are applied to the different elements of the input.

All the best,
Vasil
the Telerik team
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 their blog feed now.
Tags
Grid
Asked by
Mario
Top achievements
Rank 1
Answers by
Vasil
Telerik team
Anand
Top achievements
Rank 1
Mario
Top achievements
Rank 1
Share this question
or