Hi Kent,
Greetings from Syncfusion!!!
Our further investigation of your reported problem, it’s due to the below scenarios. Could you please check it?
Issue Scenario 1:
In the script file reference, the ej.webform.min.js file is placed before the ej.web.all.min.js file.
Issue Scenario 2:
In the script file reference, the ej.web.all.min.js file reference is missing. The script reference should be in a following order.
<script src="external/jquery-1.10.2.min.js"></script>
<script src="external/jquery.easing.1.3.min.js"></script>
<script src="external/jquery.globalize.min.js"></script>
<script src="external/jsrender.min.js"></script>
<script src="ej/ej.web.all.min.js"></script>
<script src="ej/ej.webform.min.js"></script> |
Issue Scenario 3:
In the script file reference, the jquery file reference is specified in single place, don’t specify more than one place.
Still you are facing the same problem, please share the below details.
1. Screen shot of script error.
2. Syncfusion & Jquery Script reference details.
3. If possible share the application
Regards,
Ashokkumar B.