Hi Semper,
Thanks for contacting Syncfusion Support.
If you are using combined script generated from csg.syncfusion.com, you need to disable the embedded resources from assembly and refer the scripts manually. To disable embedded resource, please set value to ‘false’ for ‘LoadEJResourcesFromAssembly’ in the web.config file.
<appSettings>
<add key="LoadEJResourcesFromAssembly" value="false" />
</appSettings> |
Refer to the following link for more details about embedded resource:
Once embedded resource is disabled, the themes and script will not be referred from the assembly. So you need to add the dependencies and script files manually in your page.
Regards,
Prince