This question is locked. New answers and comments are not allowed.
Hi,
I found a wrong code in C:\Program Files\Telerik\Extensions for ASP.NET MVC Q3 2011\EditorTemplates\Integer.ascx
and C:\Program Files\Telerik\Extensions for ASP.NET MVC Q3 2011\EditorTemplates-Razor\Integer.cshtml
It causes no correct value displayed when set .Value(1000) property. I marked the wrong part as bold below:
@(Html.Telerik().IntegerTextBox()
.Name(ViewData.TemplateInfo.GetFullHtmlFieldName(string.Empty))
.InputHtmlAttributes(new { style = "width:100%" })
.MaxValue(int.MinValue)
.MaxValue(int.MaxValue)
.Value(Model)
)
Henry
I found a wrong code in C:\Program Files\Telerik\Extensions for ASP.NET MVC Q3 2011\EditorTemplates\Integer.ascx
and C:\Program Files\Telerik\Extensions for ASP.NET MVC Q3 2011\EditorTemplates-Razor\Integer.cshtml
It causes no correct value displayed when set .Value(1000) property. I marked the wrong part as bold below:
@(Html.Telerik().IntegerTextBox()
.Name(ViewData.TemplateInfo.GetFullHtmlFieldName(string.Empty))
.InputHtmlAttributes(new { style = "width:100%" })
.MaxValue(int.MinValue)
.MaxValue(int.MaxValue)
.Value(Model)
)
Henry