@model StateProvinceModel @using Telerik.Web.Mvc.UI; @Html.ValidationSummary(false) @Html.HiddenFor(model => model.Id) @Html.HiddenFor(model => model.CountryId) @if (ViewBag.RefreshPage == true) { } @(Html.LocalizedEditor("state-localized", @
@Html.SmartLabelFor(model => model.Locales[item].Name) @Html.EditorFor(model => Model.Locales[item].Name) @Html.ValidationMessageFor(model => model.Locales[item].Name)
@Html.HiddenFor(model => model.Locales[item].LanguageId)
, @
@Html.SmartLabelFor(model => model.Name) @Html.EditorFor(model => model.Name) @Html.ValidationMessageFor(model => model.Name)
))
@Html.SmartLabelFor(model => model.Abbreviation) @Html.EditorFor(model => model.Abbreviation) @Html.ValidationMessageFor(model => model.Abbreviation)
@Html.SmartLabelFor(model => model.Published) @Html.EditorFor(model => model.Published) @Html.ValidationMessageFor(model => model.Published)
@Html.SmartLabelFor(model => model.DisplayOrder1) @Html.EditorFor(model => model.DisplayOrder1) @Html.ValidationMessageFor(model => model.DisplayOrder1)