【问题标题】:Stop RadNumericText box to convert the decimal numer to Exponential停止 RadNumericTextbox 将十进制数转换为指数
【发布时间】:2015-07-30 04:49:04
【问题描述】:

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

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

问题是当我在文本框中输入 =0.00000001 之类的数据时,当我再次单击相同的数据时,它会转换为 1e-8。

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

【问题讨论】:

    标签: asp.net c#-4.0 telerik


    【解决方案1】:

    试试这个

    KeepNotRoundedValue="true"

    【讨论】:

      猜你喜欢
      • 2013-05-31
      • 2018-07-04
      • 1970-01-01
      • 2012-03-04
      • 2019-12-14
      • 1970-01-01
      • 1970-01-01
      • 2015-01-26
      • 1970-01-01
      相关资源
      最近更新 更多