2X faster development
The ultimate ASP.NET MVC UI toolkit to boost your development speed.
This knowledge base explains how to resolve the CSS issue with EnableOptimization in bundle config. Solution: 1. We can achieve this requirement by referring the ej.web.all.min.css file in the BundleConfig when we set the “EnableOptimizations” as true and the file (ej.web.all.min.css) should be added as a separate bundle by applying a CssRewriteUrlTransformation. This will import the CSS file from the individual files. BundleConfig.cs
2. If you are not enable “EnableOptimizations” then we suggest you refer “ej.widgets.core.min.css” & “ej.theme.min.css” individual files instead of “ej.web.all.min.css”. Because “ej.web.all.min.css” files have been imported from two other css files “ej.wigets.core.min.css” and “ej.theme.min.css”. BundleConfig.cs
Note:
Result: Figure 1: Grid Rendering with CSS files referred in bundle config.
|
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.