@{ ViewBag.Title = System.Configuration.ConfigurationManager.AppSettings["TitleTollFreeAndOpportunityLoss"]; Layout = "~/Views/Shared/_Layout.cshtml"; } @*
*@
Filters
@**@
Select Year @(Html.Kendo().DatePicker() .Name("fromDatePicker") .Format("yyyy") .Value(DateTime.Now) .Start(CalendarView.Decade) .Depth(CalendarView.Decade) .HtmlAttributes(new { style = "width:200px", type = "text" }) )
To @(Html.Kendo().DatePicker() .Name("toDatePicker") .Format("dd MMMM yyyy") .Start(CalendarView.Year) .Depth(CalendarView.Year) .Value(DateTime.Now) .HtmlAttributes(new { style = "width:200px", type = "text" }) )
State
City
Dealer
Toll Free No. and Opportunity Loss Report
  • Opportunity Loss
  • Toll Free No.
@*
  • LMD & HD – Call Closed % Within 24hrs
*@

Please select filters and press submit button to view report

@**@ @Scripts.Render("~/bundles/jstollFreeAndOpportunityLoss")