I'm looking at Kendo for my company and am currently on the demo. I've got a simple page with just a drop down and a button, the only Kendo piece is the drop down. It's functioning as it should but the style is not quite right.
http://screencast.com/t/5nERRH7Rg
http://screencast.com/t/qKXCcirZyKq
As you can see the down arrow is missing. I'm thinking that this has to do with my file structure but I haven't seen anywhere in the Kendo files I can change the file path for the icons. Since I'm on the demo and have the min files that also doesn't make it easy to figure it out.
If I open the dev tools and select element on where the arrow should be, I see the below file path.
http://screencast.com/t/xxCkrvanEn
Any thoughts or help would be much appreciated. Thanks!
EDIT: I forgot to mention I also see the same thing with the Combo Box.
http://screencast.com/t/5nERRH7Rg
http://screencast.com/t/qKXCcirZyKq
As you can see the down arrow is missing. I'm thinking that this has to do with my file structure but I haven't seen anywhere in the Kendo files I can change the file path for the icons. Since I'm on the demo and have the min files that also doesn't make it easy to figure it out.
If I open the dev tools and select element on where the arrow should be, I see the below file path.
http://screencast.com/t/xxCkrvanEn
Any thoughts or help would be much appreciated. Thanks!
EDIT: I forgot to mention I also see the same thing with the Combo Box.
<select id="DataCenterLocationList"> <%--<option>North America - South Central</option>--%> <option>North America - NorthCentral</option> <option>Europe - West</option> <%--<option>Europe - North</option>--%> <%--<option>Asia - South East</option>--%> <%--<option>Asia - East</option>--%></select>$(document).ready(function () { // create ComboBox from select HTML element $("#DataCenterLocationList").kendoDropDownList(); var dataCenterLocationList = $("#DataCenterLocationList").data("kendoDropDownList"); });