I have a kendo UI grid that has missing Icons. Attached is graphic of what it looks like.
My application is a MVC 5 app with bootstrap.
My bundles are loaded in order below.
bundles.Add(new StyleBundle("~/Content/css").Include( "~/Content/bootstrap.css", "~/Content/jquery.jqGrid/ui.jqgrid.css", "~/Content/jquery-ui.min.css", "~/Content/themes/base/jquery.ui.dialog.css")); bundles.Add(new StyleBundle("~/Content/themes/smoothness/css").Include( "~/Content/themes/smoothness/*.css")); bundles.Add(new ScriptBundle("~/bundles/modernizr").Include( "~/Scripts/modernizr-*")); bundles.Add(new StyleBundle("~/Content/CustomCSS").Include( "~/Content/site.css")); bundles.Add(new StyleBundle("~/Content/KendoUI").Include( "~/Content/KendoUI/kendo.common.min.css", "~/Content/KendoUI/kendo.default.min.css", "~/Content/KendoUI/kendo.dataviz.default.min.css"));Any assistance would be great.