On your website: http://mvc.syncfusion.com/demos/web/daterangepicker/default
You have a demo of the
DateRangePicker / Default with the following code:
@section SampleHeading{<span class="sampleName">DateRangePicker / Default</span> }
@section ControlsSection{
<div class="frame">
<div class="control">
@Html.EJ().DateRangePicker("DateRange").Value("05/28/2016-06/27/2016").Width("100%")
</div>
</div>
}
@section StyleSection{
<style>
.control {
width:
100%;
}
.frame{
width:
75%;
}
.control .e-daterangewidget {
width:
225px;
margin:
auto;
}
</style>
}
I’ve used that code but @Html.EJ().DateRangePicker
(the DateRangePicker is not recognized since it’s a preview product). Can you
please let me know what css, js, etc. file I need to include to make this work?
Even in your samples that I have code (access to) doesn’t have a
DateRangePicker demo (just your website). Thank you very much.