<script src="/Scripts/jquery.easing.1.3.js?bundleVirtualPath=%7e%2fbundles%2fEjs"></script>
<script src="/Scripts/jquery.globalize.min.js?bundleVirtualPath=%7e%2fbundles%2fEjs"></script>
<script src="/Scripts/jsrender.min.js?bundleVirtualPath=%7e%2fbundles%2fEjs"></script>
<script src="/scripts/ej/ej.unobtrusive.min.js?bundleVirtualPath=%7e%2fbundles%2fEjs"></script>
<script src="/Scripts/ej/ej.web.all.min.js?bundleVirtualPath=%7e%2fbundles%2fEjs"></script>
<link rel='nofollow' href="/Content/ej/web/ej.widgets.core.min.css?bundleVirtualPath=%7e%2fcss%2fEjStyles" rel="stylesheet"/>
<link rel='nofollow' href="/Content/ej/web/bootstrap-theme/ej.theme.css?bundleVirtualPath=%7e%2fcss%2fEjStyles" rel="stylesheet"/>
<script src="/Scripts/jquery.easing.1.3.js"></script>thanks
<script src="/Scripts/jquery.globalize.min.js"></script>
<script src="/Scripts/jsrender.min.js"></script>
<script src="/Scripts/ej/ej.web.all.min.js"></script>
<script src="/scripts/ej/ej.unobtrusive.min.js"></script>
<link rel='nofollow' href="/Content/ej/web/ej.widgets.core.min.css" rel="stylesheet" />
<link rel='nofollow' href="/Content/ej/web/bootstrap-theme/ej.theme.min.css" rel="stylesheet" />
<html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>@ViewBag.Title - My ASP.NET Application</title> @Styles.Render("~/Content/css") @Styles.Render("~/bundles/ejstyles")//ejstyles is bundle configuration name @Scripts.Render("~/bundles/modernizr") @Scripts.Render("~/bundles/jquery") @Scripts.Render("~/bundles/ejscripts")//ejscripts is bundle configuration name @Scripts.Render("~/Content/themes/base/css") </head>
<Bundle configuration code> bundles.Add(new StyleBundle("~/bundles/ejstyles").Include( "~/Content/ej/web/flat-saffron/ej.widgets.all.min.css" ));
bundles.Add(new ScriptBundle("~/bundles/ejscripts").Include( "~/Scripts/jsrender.min.js", "~/Scripts/jquery.easing-1.3.min.js", "~/Scripts/ej/ej.web.all.min.js", "~/Scripts/ej/ej.unobtrusive.min.js")); |
bundles.Add(new StyleBundle("~/bundles/ejstyles").Include( "~/Content/ej/web/boostrap-theme/ej.theme.min.css",
"~/Content/ej/web/ej.widgets.core.min.css" )); |
1) Version of Essential studio that you are using?
2) Any server error in console? If yes, please provide a screenshot of them?
3) Issue reproducing sample.
It would be helpful for find the issue and provide a prompt solution.
Sample: http://www.syncfusion.com/downloads/support/directtrac/general/ze/SampleBundleConfig1-111781769
Regards,
Venkatesh Ayothiraman.