4

I have a KendoUI for JQuery grid, and as you can see in the screenshot below, all of the paging icons are not showing.

enter image description here

I have added the necessary stylesheet references.

enter image description here

And I have made sure that the stylesheets themselves and the .PNG files referenced in them are in my solution.

enter image description here

enter image description here

When I run the solution, I use Google Chrome.

At this point, I am at a loss as to what I'm doing wrong. If anyone knows anything, please help.

ShowJX1990
  • 77
  • 2
  • 11

1 Answers1

9

I do not see the required fonts folder:

\kendo\fonts
\kendo\fonts\DejaVu
\kendo\fonts\glyphs
    KendoUIGlyphs.eot
    KendoUIGlyphs.svg
    KendoUIGlyphs.ttf
    KendoUIGlyphs.woff
    ...

I see you are not putting them in a kendo subfolder, but that should not matter as long as the relative paths are the same.

Steve Greene
  • 12,029
  • 1
  • 33
  • 54