<Items>
                <ext:NumberField ID="NumberField1" runat="server" FieldLabel="Age" />
                <ext:NumberField
                    ID="NumberField2"
                    runat="server"
                    FieldLabel="Test"
                    MinValue="0"
                    MaxValue="100"
                    AllowDecimals="true"
                    DecimalPrecision="1"
                    Step="0.4"
                    />
            </Items>

如题,不然会报莫名其妙错误。

相关文章:

  • 2021-05-23
  • 2021-06-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-18
  • 2021-09-17
  • 2021-10-04
猜你喜欢
  • 2022-01-13
  • 2022-12-23
  • 2022-12-23
  • 2021-11-02
  • 2021-09-13
  • 2022-12-23
  • 2022-01-08
相关资源
相似解决方案