2X faster development
The ultimate ASP.NET MVC UI toolkit to boost your development speed.
ProblemWhen you run the application, runtime error is thrown as “Syncfusion is undefined” or “Object doesn’t support property or method ej”. ReasonThe above mentioned exception occurs, when the Syncfusion component script files are not referred properly. SolutionThe following Scripts and theme files are necessary for your components. HTML
In the above code example, the scripts referred to the folder in which the script files are stored. Make sure that the above mentioned script files are loaded properly. You need to load ej.web.all.min.js file even when you use mobile components. Refer to the following link to know more about the scripts files and dependencies. http://help.syncfusion.com/js/dependencies Make sure that all the necessary dependency script files are included. When you refer individual script files of the components instead of using the ej.web.all.min.js file, make sure all the dependency script files of the component are included. For example, to use the Treeview component alone in your application and when you want to use only the script files needed by the Treeview component instead of using the entire ej.web.all.min.js file, refer to the following code example for the script files that are necessary for the Treeview component. HTML
If you fail to load any dependency script file that are necessary for the Treeview component, then the error “object doesn’t support ej” occurs. For example, if you fail to include the “ej.checkbox.min.js” file, then on rendering the page, “Object doesn't support property or method 'ejCheckBox’” error is thrown. How to identify the necessary scripts and dependencies of a particular component. Refer to the following class reference link for JavaScript and click on the required component name. You can find the required script files for each component under the heading Requires. http://help.syncfusion.com/api/js As an alternate solution to load the components, you can use the CDN links as follows. HTML
You can find the CDN links for External dependencies and Syncfusion dependencies in the link below. https://help.syncfusion.com/js/cdn
|
2X faster development
The ultimate ASP.NET MVC UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.
Needs to be updated