Hi Franco,
Thanks for contacting Syncfusion Support.
In your master page layout, please check if the dependent CSS and script files for rendering Syncfusion components are referred in production mode as shown below.
@* Include the references in both Development and production *@
<environment names="Development,Production">
<script src="~/lib/jquery/dist/jquery.js"></script>
<script src="~/lib/bootstrap/dist/js/bootstrap.js"></script>
<script src="~/js/site.js" asp-append-version="true"></script>
<link rel='nofollow' href="~/lib/syncfusion-javascript/Content/ej/web/default-theme/ej.web.all.min.css"rel="stylesheet" />
<link rel='nofollow' href="~/lib/syncfusion-javascript/Content/ej/web/responsive-css/ej.responsive.css"rel="stylesheet" />
<script src="~/lib/jquery.easing/js/jquery.easing.js"></script>
<script src="~/lib/syncfusion-javascript/Scripts/ej/web/ej.web.all.min.js"></script>
</environment>
|
Please let us know if you need further assistance.
Regards,
Deepa L.