5 lines
No EOL
110 B
Text
5 lines
No EOL
110 B
Text
@model double?
|
|
|
|
@(Html.Kendo().NumericTextBoxFor(m => m)
|
|
.HtmlAttributes(new { style = "width:100%" })
|
|
) |