This question is locked. New answers and comments are not allowed.
I have the following EditorTemplate
Exception Details: System.ArgumentException: "value" cannot be null or empty.
Source Error:
What am I doing wrong?
@model decimal?@(Html.Telerik().CurrencyTextBox() .Name(ViewData.TemplateInfo.GetFullHtmlFieldName(string.Empty)) .InputHtmlAttributes(new {style="width:100%"}) .CurrencySymbol("") .MinValue(0) .Value(Model ?? 0))"value" cannot be null or empty.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.ArgumentException: "value" cannot be null or empty.
Source Error:
|
What am I doing wrong?