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

How to get the arrow to show

3 Answers 446 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Indy
Top achievements
Rank 1
Indy asked on 20 Feb 2014, 03:32 PM
I'm new to Kendo UI and in the process of evaluating it.

In the process of learning KendoUI, I tried the demo of DropDownList.
But when I duplicate the demo's HTML on my ASP.NET MVC view, I couldn't get the arrow to how up.

Following the Demo, I made sure that I have the CSS and JS referenced in the demo HTML.

<link href="styles/kendo.common.min.css" rel="stylesheet" />
<link href="styles/kendo.default.min.css" rel="stylesheet" />
<script src="js/jquery.min.js"></script>
<script src="js/kendo.all.min.js"></script>

But I still can not get the arrow to appear.
Am I still missing something?




3 Answers, 1 is accepted

Sort by
0
Dimiter Madjarov
Telerik team
answered on 21 Feb 2014, 08:06 AM
Hi Indy,


The arrow icon is part of the sprite.png file, which contains many background images for Kendo UI components. Each theme has a separate set of images, which are contained in a folder with the theme name. In the current case please make sure that the Default folder is included too. It is in the styles folder of your Kendo UI distribution package.

Let me know if I could provide further assistance on this topic.

Regards,
Dimiter Madjarov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Indy
Top achievements
Rank 1
answered on 21 Feb 2014, 02:19 PM
Hi Dimiter

Thank you so much for your prompt reply and help.
As you pointed out, adding the files in KendoUI's styles\default folder to my ASP.NET Content\Default folder solves the Problem.

Kind regards,
Indy
0
Dimiter Madjarov
Telerik team
answered on 21 Feb 2014, 02:42 PM
Hi Indy,

I am glad that the issue is solved. Let us know if you experience any further problems.

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