BUGS: Syncfusion grid column filters don't reopen
Thanks for contacting Syncfusion support.
We have analyzed your code example and found that you are referred third party jquery file. If you wants to refer that jquery file, then we suggest you to remove the Jquery-2.1.4.min.js. Please refer to the sample and code example,
Code example:
|
<References>
<!--<script src="../scripts/jquery-2.1.4.min.js"></script>--> <!--<![endif]--> <script src="https://demo.definitiv.com.au/build/js/thirdparty.min.js?~v=qo9d_TeDAojeBCEfsIP5SBc_X8uQg1EEY0pksIA9n_g1"></script> <script src="../scripts/jquery.easing.1.3.min.js"></script> <script src="../scripts/jsondata.min.js"></script> <script src="../scripts/jsrender.min.js"></script> <script src="../scripts/jquery.globalize.min.js"></script> <script src="../scripts/ej.web.all-53.js"></script> |
Sample: http://jsplayground.syncfusion.com/hxyu2afn
Regards,
Venkatesh Ayothiraman.
Sorry for the inconvenience caused.
We are able to reproduce the issue “Excel filter popup is not opening when ej.touch.min.js is not included” and we have already fixed this in our latest version Essential Studio Volume 1, 2016 (v14.1.0.41). And hence we suggest you to upgrade to our latest version which can be downloaded from the below location.
https://www.syncfusion.com/forums/123633/essential-studio-2016-volume-1-release-v14-1-0-41-is-available-for-download
If you don’t want to upgrade then to resolve this issue, please include the ej.touch.min.js in the thirdparty.min.js file.
Code Example:
|
<head> <title>Essential Studio for JavaScript : Column Reorder</title> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta charset="utf-8" />
<link rel='nofollow' href="../themes/default-theme/ej.widgets.all.min.css" rel="stylesheet" /> <link rel='nofollow' href="../themes/default.css" rel="stylesheet" /> <link rel='nofollow' href="../themes/default-responsive.css" rel="stylesheet" /> <link rel='nofollow' href="../themes/responsive-css/ej.responsive.css" rel="stylesheet" /> <script src="https://demo.definitiv.com.au/build/js/thirdparty.min.js?~v=qo9d_TeDAojeBCEfsIP5SBc_X8uQg1EEY0pksIA9n_g1"></script> <script src="../scripts/ej.touch.min.js"></script> <script src="../scripts/jsondata.min.js"></script> </head> |
Regards,
Venkatesh Ayothiraman.
- 3 Replies
- 2 Participants
-
OV ov
- Apr 5, 2016 10:51 AM UTC
- Apr 7, 2016 07:23 AM UTC