@using Kreta.Web.Helpers @using Kreta.Web.Areas.Adatszolgaltatasok.Models @using Kreta.Resources @using Kreta.Web.Helpers.Grid @using Kreta.Web.Security; @model EslRiportModel @{ Layout = Constants.General.Layout; string searchForm = "searchForm", lemorzsolodassalVeszelyeztetettTanulokGridName = "lemorzsolodassalVeszelyeztetettTanulokGrid", egyVagyTobbTantargybolElegtelen1OsztalyzatotKapottGridName = "egyVagyTobbTantargybolElegtelen1OsztalyzatotKapottGrid"; } @section AddSearchPanel { @using (Html.SearchPanelSideBar(searchForm, string.Empty, postSubmitFunction: "EslRiportHelper.RefreshGrids")) { @Html.KretaComboBoxFor(x => x.FeladatellatasiHely, Url.HttpRouteUrl(Constants.RouteKey.ActionApi, new { controller = Constants.ApiControllers.ComboBoxHelperApi, action = "GetFeladatEllatasiHelyListForEsl" }), "Text", "Value").AutoBind(true).RenderSearchPanelSideBar() @Html.HiddenFor(x => x.IsFelevi) } }