@model DeliveryTimeModel @using Telerik.Web.Mvc.UI; @{ var cultures = System.Globalization.CultureInfo.GetCultures(System.Globalization.CultureTypes.SpecificCultures).ToList(); } @Html.HiddenFor(model => model.Id) @(Html.LocalizedEditor("delivery-time-info-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.ColorHexValue) @Html.EditorFor(model => model.ColorHexValue, "Color") @Html.ValidationMessageFor(model => model.ColorHexValue)
@Html.SmartLabelFor(model => model.DisplayOrder) @Html.EditorFor(model => model.DisplayOrder) @Html.ValidationMessageFor(model => model.DisplayOrder)