|
Query |
Response | |
|
Can We Generate script files only to controls I am using?? Because I feel the file is heavy for my project.
Can I see a demo script for just any one control say just report designers, viewers??
because they have almost all controls using in them.
|
Currently, we have not integrated the ej.reportdesigner.js component with custom script generator(https://csg.syncfusion.com/). You can obtain the reportdesigner component scripts and styles from below SDK build installed location,
[Installed Drive]:\Program Files (x86)\Syncfusion\ReportsSDK\Samples\Common\Javascript\assets
In platform sdk, the ej.web.all.min.js was generated with dependent component of which is required for reportdesigner and reportviewer. So you can refer the ej.web.all.min.js script for reportdesigner dependent and it also contain the reportviewer script.
| |
|
In Report designer ajaxbeforeload event is not working for me in angular 1 .js
|
We have tested that event at our end and it’s working fine. We prepared the angular1 sample with ajaxbeforeload event and it can be downloaded from below location,
Sample:
Code Snippet[JS]
|