@{ ViewBag.Title = System.Configuration.ConfigurationManager.AppSettings["Title"] + " | Close Ticket"; Layout = "~/Views/Shared/_Layout.cshtml"; }
| Product Type | 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) .Format(System.Configuration.ConfigurationManager.AppSettings["dateFormat"]) .Value(DateTime.Now) .Max(DateTime.Now) .HtmlAttributes(new { @class = "kendo-make-readonly", type = "text" }) ) |
Please select filters and press Get Report button to view report