We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

After opening, are unable to close, need to refer to what JavaScript or CSS?

After opening, are unable to close, need to refer to what JavaScript or CSS?


2 Replies

XZ xu zhi bin August 29, 2015 05:00 AM UTC

  <script src="@Url.Content("~/scripts/jquery-1.10.2.min.js")"></script>
    @*@Scripts.Render("~/bundles/jqueryval")*@
    <link rel='nofollow' href="~/Content/Site.css" rel="stylesheet" />
    <script src="~/Scripts/jquery.validate.min.js"></script>
    <script src="~/Scripts/jquery.validate.unobtrusive.min.js"></script>
    <meta name="viewport" content="width=device-width" />

    <link rel='nofollow' href="http://cdn.syncfusion.com/js/web/flat-azure/ej.web.all-latest.min.css" rel="stylesheet" type="text/css" />
    <!--CDN for JQuery script file-->
 
    <script src="http://cdnjs.cloudflare.com/ajax/libs/globalize/0.1.1/globalize.min.js"></script>
    <!--latest cdn for script file-->
    <script src="http://cdn.syncfusion.com/js/web/ej.web.all-latest.min.js"></script>
    <!--latest CDN for Unobtrusive JS file-->
    <script src="http://cdn.syncfusion.com/js/web/ej.unobtrusive-latest.min.js"></script>


SN Sasikala Nagarajan Syncfusion Team August 31, 2015 07:27 AM UTC

Hi xu zhi bin,

Thanks for using Syncfusion products,

We have analysed your reported issue and code snippet. We suspect that the reported issue may be caused due to missing of jquery.easing file in your appilcation. Please refer the below link to know about required files to render the DatePicker components

http://docs.syncfusion.com/js/api/ejdatepicker

The following table showcases the Scripts and CSS necessary for date picker components

<!—our latest release 13.2.0.34 css file-->


<link rel='nofollow' href="http://cdn.syncfusion.com/13.2.0.34/js/web/flat-azure/ej.web.all.min.css" rel="stylesheet" />


<!--dependency script file-->


<script src="http://cdn.syncfusion.com/js/assets/external/jquery-1.11.3.min.js" type="text/javascript"> </script>

<script src="http://cdn.syncfusion.com/js/assets/external/jquery.easing.1.3.min.js" type="text/javascript"></script>

<script src="http://cdn.syncfusion.com/js/assets/external/jquery.globalize.min.js" type="text/javascript"></script>


<!—our latest release 13.2.0.34 script file-->


<script src="http://cdn.syncfusion.com/13.2.0.34/js/web/ej.web.all.min.js" type="text/javascript"></script>


Please include jquery.easing.min file in your application, in order to work with DatePicker properly and let us know if you have further queries. We will be happy to help you out.

Regards,
Sasikala Nagarajan

Loader.
Live Chat Icon For mobile
Up arrow icon