停止 RadNumericTextbox 将十进制数转换为指数

Stop RadNumericText box to convert the decimal numer to Exponential

如何阻止 RadNumericText 框将十进制数转换为科学记数法?

     <telerik:RadNumericTextBox ID="RadText" Width="100" runat="server">
     <NumberFormat AllowRounding="false" DecimalDigits="15"  /></telerik:RadNumericTextBox>

问题是当我在文本框中输入像 =0.00000001 这样的数据时,当我再次点击它时,它会转换为 1e-8。

有没有办法限制radnumeric文本这样做?

试试这个

KeepNotRoundedValue="true"