@{ ViewBag.Title = System.Configuration.ConfigurationManager.AppSettings["Title"] + " | Reassignment Report"; Layout = "~/Views/Shared/_Layout.cshtml"; }
@* *@
Filters
Start Date @(Html.Kendo().DatePicker() .Name("startDate") .Start(CalendarView.Month) .Depth(CalendarView.Month) .Format(System.Configuration.ConfigurationManager.AppSettings["dateFormat"]) .Value(new DateTime(DateTime.Now.Year, DateTime.Now.Month, 1)) .Max(DateTime.Now) .HtmlAttributes(new { @class = "kendo-make-readonly", type = "text" }) .Events(e => { // e.Change("onChangeDateSelection"); }) )
End Date @(Html.Kendo().DatePicker() .Name("endtDate") .Start(CalendarView.Month) .Depth(CalendarView.Month) .Depth(CalendarView.Month) .Format(System.Configuration.ConfigurationManager.AppSettings["dateFormat"]) .Value(DateTime.Now) .Max(DateTime.Now) // .Max(new DateTime(2025, 8, 23)) //.Enable(false) .HtmlAttributes(new { @class = "kendo-make-readonly", type = "text" }) )
Product Type
@**@ @*@Scripts.Render("~/closeticket/jsTicketCloseReport")*@