Completed
Last Updated: 20 Jul 2015 14:14 by ADMIN
ADMIN
Galin
Created on: 22 May 2014 11:21
Category: InputManager
Type: Bug Report
1
The RadNumericTextBox wrongly format the decimal separator on error
  <telerik:RadNumericTextBox ID="RadNumericTextBox1" runat="server" 
MinValue="-999" MaxValue="999" NumberFormat-DecimalSeparator=","
    Type="Number" AllowOutOfRangeAutoCorrect="false" DataType="System.Decimal" NumberFormat-DecimalDigits="4"></telerik:RadNumericTextBox>

1) type in "12345,4321"

2) blur and the control give an error. The typed value became: "12345.4321"

3) The comma "," decimal separator is changed into dot "."


0 comments