@{ ViewBag.Title = System.Configuration.ConfigurationManager.AppSettings["Title"] + " | Close Ticket"; Layout = "~/Views/Shared/_Layout.cshtml"; }
Report - Close Ticket
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

@*Popup dialog box div *@ @**@ @{ var mapApiKey = System.Configuration.ConfigurationManager.AppSettings["GoogleId"]; //(mapApiKey); var src1 = "https://maps.google.com/maps/api/js?sensor=false&v=3.20&type=restaurant,establishment,fire_station&key=" + mapApiKey; } @Scripts.Render("~/closeticket/jsTicketCloseReport") @**@