7 lines
No EOL
157 B
Text
7 lines
No EOL
157 B
Text
@model int?
|
|
|
|
@(Html.Kendo().IntegerTextBoxFor(m => m)
|
|
.HtmlAttributes(new { style = "width:100%" })
|
|
.Min(int.MinValue)
|
|
.Max(int.MaxValue)
|
|
) |