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

No styling, no functionality

2 Answers 147 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Kevin Vanhove
Top achievements
Rank 1
Kevin Vanhove asked on 29 Oct 2011, 05:43 PM
Hi,

This is my head:

<head>

   <link href="styles/kendo.common.min.css" rel="stylesheet" />
    <link href="styles/kendo.kendo.min.css" rel="stylesheet" />
 
    <link href="css/style.css" rel="stylesheet">
    <link href="css/structure.css" rel="stylesheet">
    <link href="css/objects.css" rel="stylesheet">


    <script src="kendo/jquery-1.6.4.min.js"></script>
    <script src="kendo/kendo.all.min.js"></script>
  
    <!--[if lt IE 9]>
    <![endif]-->   
</head>

This is what i'm trying to do:

<ul id="panelbar">
 <li>Item 1
     <ul>
         <li>Sub Item 1</li>
         <li>Sub Item 2</li>
     </ul>
 <li>
 <li>Item 2</li>
 <li>Item with Content
     <div>This is some PanelBar Item content</div>
 </li>
</ul
 
<script>
    var panelBar = $("#panelBar").kendoPanelBar();   
</script>   

But i'm not getting any functionality nor styling, what's wrong? The calendar works fine, the grid works partialiy (see my other post).

Thx,
Kevin,





2 Answers, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 31 Oct 2011, 09:09 AM
Hi Kevin,

The reason for the problem could be a missing CSS file and / or missing Javascript file and / or a Javascript error on the page. Please verify.

Regards,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Kevin Vanhove
Top achievements
Rank 1
answered on 31 Oct 2011, 09:45 AM
Thx.. got it.
Tags
PanelBar
Asked by
Kevin Vanhove
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Kevin Vanhove
Top achievements
Rank 1
Share this question
or