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

The expand arrow wont show up on a tree view...

1 Answer 303 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 1
Chris asked on 19 Mar 2013, 08:28 PM
This is simple... i am trying to copy a web example to a new page ... i thought i copied all the references to the project folder.. apparently the page is lacking some image references... The expand and close arrows wont show up.. 
All I am trying to do is to mimic the basic example provided at  ..\kendoui.web.2012.3.1114.open-source\examples\web\treeview

<link href="examples-offline.css" rel="stylesheet">
    <link href="kendo.common.min.css" rel="stylesheet">
    <link href="kendo.default.min.css" rel="stylesheet">

    <script src="jquery.min.js"></script>
    <script src="kendo.web.min.js"></script>
    <script src="console.js"></script>
 #treeview .k-sprite {
            background-image: url("coloricons-sprite.png");
        }


I copied all of these references to the prj folder... I searched for all image files for the arrow ... could not find any .. 

What am i missing? 

1 Answer, 1 is accepted

Sort by
0
Accepted
Chris
Top achievements
Rank 1
answered on 20 Mar 2013, 02:10 PM
Missed the default folder on the Style folder...dont know how i missed it ..
Tags
TreeView
Asked by
Chris
Top achievements
Rank 1
Answers by
Chris
Top achievements
Rank 1
Share this question
or