Hi all
I’m just trying to make the following example running under mvc 4:
http://www.jqwidgets.com/jquery-widgets-documentation/documentation/asp.net-integration/asp.net-grid-crud.htm
After some error messages about something about cssroundedcorners the following popup arises: jgxbuttons.js is not loaded
This error only arises if we try to use bundling with jqx widgets like:
bundles.Add(newScriptBundle(“~/bundles/jqwidgets”).Include(“~/Scripts/jqx*”));
bundles.Add(newStyleBundle(“~/Content/jqwidgets”).Include(“~/Content/jqx.*”));
If we reference the scripts as in the old days, like:
<scriptsrc=”@Url.Content(“~/Scripts/jqxbuttons.js”)”type=”text/javascript”></script>
everything works well.
Any suggestions?
Regards
Adrian