kreta/KretaWeb/Views/Shared/EditorTemplates/Number.cshtml
2024-03-13 00:33:46 +01:00

5 lines
No EOL
110 B
Text

@model double?
@(Html.Kendo().NumericTextBoxFor(m => m)
.HtmlAttributes(new { style = "width:100%" })
)