RadNumeric TextBox不接受9999999999999.999值并将其转换为10000000000000

时间:2016-06-14 06:09:35

标签: c# asp.net

我在c#中有一个RadNumeric TextBox。当我在该文本框中传递值9999999999999.999并向前移动时,它会自动将该值转换为10000000000000.但我想按原样传递该值。任何人都可以帮忙吗?

<telerik:RadNumericTextBox ID="abcRadTextBox" NumberFormat-DecimalDigits="3" 
    NumberFormat-NegativePattern="False" MaxLength="16" MinValue="0"
    MaxValue="9999999999999.999" Width="300px" Value="0.000" runat="server">

0 个答案:

没有答案