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

RadNumericTextBox MaxValue validation in IE11

5 Answers 202 Views
Input
This is a migrated thread and some comments may be shown as answers.
Juan
Top achievements
Rank 2
Juan asked on 14 May 2014, 02:45 AM
Hi.

In some cases using IE11, if NumberFormat / GroupSeparator is present, it counts in the MaxValue validation.
For example:
If MaxValue is set to 11 and GroupSeparator to ".", and you type 99999999999 (11 characters) --> 99.999.999.999 (14 characters)
It's marked as invalid.
In Chrome it's fine.

Can you please check it.
Best regards.

5 Answers, 1 is accepted

Sort by
0
Kostadin
Telerik team
answered on 16 May 2014, 10:39 AM
Hi Juan,

I tried to replicate the issue which you are facing but to no avail. Could you please let me know which version of RadControls you are using, as the issue could not be reproduced with the latest one (SP1 Q1 2014). Here is the declaration which I am using.
<telerik:RadNumericTextBox ID="RadNumericTextBox1" runat="server" MaxValue="9999999999" NumberFormat-GroupSeparator="."></telerik:RadNumericTextBox>

Regards,
Kostadin
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Juan
Top achievements
Rank 2
answered on 16 May 2014, 02:37 PM
Hi Kostadin.
Can you please try with this:

<telerik:RadNumericTextBox ID="RadNumericTextBox_Identificacion" runat="server" MaxLength="11" MaxValue="99999999999" MinValue="100000" Skin="Glow" Width="300px">
    <NumberFormat DecimalDigits="0" GroupSeparator="." />
</telerik:RadNumericTextBox>

The difference is the MaxLength="11" attribute.
I´m using SP1 Q1 2014
Best Regards.
0
Princy
Top achievements
Rank 2
answered on 17 May 2014, 03:07 AM
Hi Juan Carlos,

Please have a look into the sample project which works fine at my end and also take a look into the attached screen shots. Try to replicate the issue in the provided code if it doesn't help.

Thanks ,
Princy.
0
Vlastimir
Top achievements
Rank 1
answered on 29 May 2015, 08:21 AM

Hi guys,

my code:

<telerik:RadNumericTextBox ID="txtIC" Type="Number" runat="server" NumberFormat-DecimalDigits="0" MaxLength="8"/>
I assume "Type="Number" is the difference from your code. When I insert 8 digits, validator strikes (in IE 11).

My solution is

NumberFormat-GroupSeparator=""
But ...

0
Kostadin
Telerik team
answered on 03 Jun 2015, 05:32 AM
Hello,

Please make sure you are using the latest official release where the issue that you are facing could not be replicated.

Regards,
Kostadin
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Input
Asked by
Juan
Top achievements
Rank 2
Answers by
Kostadin
Telerik team
Juan
Top achievements
Rank 2
Princy
Top achievements
Rank 2
Vlastimir
Top achievements
Rank 1
Share this question
or