@{ ViewBag.Title = System.Configuration.ConfigurationManager.AppSettings["Title"] + " | Consolidated Report"; Layout = "~/Views/Shared/_Layout.cshtml"; }
*@
| Start Date | @(Html.Kendo().DatePicker() .Name("startDate") .Start(CalendarView.Month) .Depth(CalendarView.Month) .Format(System.Configuration.ConfigurationManager.AppSettings["dateFormat"]) .Value(new DateTime(2025, 8, 1)) .Max(new DateTime(2025, 8, 31)) .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(new DateTime(2025, 8, 31)) // .Max(DateTime.Now) .Max(new DateTime(2025, 8, 31)) //.Enable(false) .HtmlAttributes(new { @class = "kendo-make-readonly", type = "text" }) ) |
| Organization | @(Html.Kendo().ComboBox() .SelectedIndex(0) //.Events( //e => e.Change("onSelectState") // ) .Name("OrganizationName") .Filter("contains") .DataTextField("Text") .DataValueField("Value") .BindTo(Model).Suggest(true) ) |
| Vehicle Type | |
| Product Type |
Please select filters and press Get Report button to view report
Please select filters and press Get Report button to view report