我在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">