@model IEnumerable @**@ @**@ @Scripts.Render("~/bundles/jsTagsInput") @foreach (var item in Model) { @*
*@ using (Ajax.BeginForm("UpdateEscalation", "Ticket", new AjaxOptions { HttpMethod = "POST", OnBegin = "onBeginEditEscalation", OnSuccess = "onSuccessEditEscalation" })) { @Html.ValidationSummary(true) @* @Html.HiddenFor(model => item.StateName, new { id = "stateName" }) *@ @Html.Hidden("organization_id", item.organization_id) @Html.Hidden("id", item.id) @**@
@*
@Html.LabelFor(model => item.organization_name) @*@Html.TextBoxFor(model => item.OrganizationName, new { @class = "disable_btn k-textbox", @readonly = "readonly" })*@ @Html.LabelFor(model => item.dealer_name) @*@Html.TextBoxFor(model => item.DealerName, new { @class = "disable_btn k-textbox", @readonly = "readonly" })*@
@Html.LabelFor(model => item.manager_name) @* @Html.ValidationMessageFor(model => item.ManagerName)*@ @*@Html.TextBoxFor(model => item.ManagerName, new { @class = " k-textbox", @readonly = "readonly" })*@ @Html.LabelFor(model => item.manager_level) @**@ @*@Html.DropDownListFor(model => item.ManagerLevel, (IEnumerable)ViewBag.Service, "-Select-", new { @id = "ddManagerLevel" })*@ @*@Html.TextBoxFor(model => item.ManagerLevel, new { @class = " k-textbox", @readonly = "readonly" })*@
@Html.LabelFor(model => item.state) @* *@ @*@Html.DropDownListFor(model => item.State, (IEnumerable)ViewBag.StateList, "-Select-", new { @id = "ddStateList", @onchange = "onChangeState()" })*@ @*@Html.TextBoxFor(model => item.ManagerName, new { @class = " k-textbox", @readonly = "readonly" })*@ @Html.LabelFor(model => item.city) @* *@ @*@Html.DropDownListFor(model => item.City, (IEnumerable)ViewBag.Service, "-Select-", new { @id = "ddCityList" })*@ @*@Html.TextBoxFor(model => item.ManagerLevel, new { @class = " k-textbox", @readonly = "readonly" })*@
@Html.LabelFor(model => item.van_type) @**@ @*@Html.DropDownListFor(model => item.VanType, (IEnumerable)ViewBag.Service, "-Select-", new { @id = "ddVehicleType" })*@ @*@Html.TextBoxFor(model => item.VanType, new { @class = " k-textbox", @readonly = "readonly" })*@ @Html.LabelFor(model => item.notification_type) Email SMS
@Html.LabelFor(model => item.alarm_age) @*@Html.TextBoxFor(model => item.AlarmAge, new { @class = " k-textbox", @readonly = "readonly" })*@ @Html.LabelFor(model => item.alarm_age_sla_not_met) @*@Html.TextBoxFor(model => item.AlarmAgeSlaNotMet, new { @class = " ", @readonly = "readonly" })*@
@Html.LabelFor(model => item.alarm_age_ticket_not_closed) @*@Html.TextBoxFor(model => item.AlarmAgeTicketNotClosed, new { @class = " k-textbox", @readonly = "readonly" })*@ @Html.LabelFor(model => item.alarm_age_van_not_live) @*@Html.TextBoxFor(model => item.AlarmAgeSlaNotMet, new { @class = " k-textbox", @readonly = "readonly" })*@
@Html.LabelFor(model => item.alarm_age_eicher_promise_48hrs) @*@Html.TextBoxFor(model => item.AlarmAgeTicketNotClosed, new { @class = " k-textbox", @readonly = "readonly" })*@
@Html.LabelFor(model => item.BlindSpot)
@{ var yesOptions = item.BlindSpot == "yes" ? new { @checked = "checked"} : null; var noOptions = item.BlindSpot == "yes" ? null : new { @checked = "checked"}; } @Html.RadioButtonFor(modelItem => item.BlindSpot, true, yesOptions) Yes @Html.RadioButtonFor(modelItem => item.BlindSpot, false, noOptions) No
*@ @Html.LabelFor(model => item.emails) @*@Html.TextBoxFor(model => item.Emails, new { @id = "Emails" })*@ @Html.ValidationMessageFor(model => item.emails) @*@Html.ValidationMessageFor(model => item.Emails)*@ @Html.LabelFor(model => item.phones)
help Only 10 digits
Ex. 9999999999
@*@Html.TextBoxFor(model => item.Phones, new { @id = "Phones" })*@ @Html.ValidationMessageFor(model => item.phones) @*@Html.ValidationMessageFor(model => item.Phones)*@ @Html.LabelFor(model => item.editEscalationAll) @*@Html.TextBoxFor(model => item.AlarmAgeTicketNotClosed, new { @class = " k-textbox", @readonly = "readonly" })*@

} @*@* @foreach (var item in @Model) { *@ }