init
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
@model int?
|
||||
|
||||
@(Html.Kendo().IntegerTextBoxFor(m => m)
|
||||
.HtmlAttributes(new { style = "width:100%" })
|
||||
.Min(int.MinValue)
|
||||
.Max(int.MaxValue)
|
||||
)
|
||||
Reference in New Issue
Block a user