This is a migrated thread and some comments may be shown as answers.

Grid Missing Icons

1 Answer 121 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Doug
Top achievements
Rank 1
Doug asked on 27 Oct 2015, 07:10 PM

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.   

 

1 Answer, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 29 Oct 2015, 01:08 PM

Hello Doug,

 

The problem is that icons files are not loaded. If you open the console of your developer tools you will see an error stating which exact file is missing, and where is the correct path for that file.

 

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Doug
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Share this question
or