我用来NumericTextBoxFor
在我的应用程序中显示金额。我需要显示 20 位数字。
我可以使用它来完成它NumericTextBoxFor
吗?
我一直在尝试“max”,但剑道只给出 16 位数字。
@(Html.Kendo().NumericTextBoxFor(model => model.To)
.Max(999999999999999999) //just 16 digits
.Spinners(false)
)
我试图设置 88888888888888888888 但它显示了 88888888888888885248。