Is there a panel bar coming on new Kendo Version?
I have been trying to built my own with grouped datasource and template header and http://code.anotherwebstorm.com/apps/awsaccordion/
But in this case (and others) the accordion needs clean html to works fine. The ouput should be like below, but listviews generate more html.
<div id="accordion1">
<ul>
<li>
<h1>Heading 1</h1>
<div>
<span>one
</span>
</div>
</li>
<li>
<h1>Heading 2</h1>
<div>
<span>two
</span>
</div>
</li>
<li>
<h1>Heading 3</h1>
<div>
<span>tree
</span>
</div>
</li>
</ul>
</div>
Any suggestions?
I have been trying to built my own with grouped datasource and template header and http://code.anotherwebstorm.com/apps/awsaccordion/
But in this case (and others) the accordion needs clean html to works fine. The ouput should be like below, but listviews generate more html.
<div id="accordion1">
<ul>
<li>
<h1>Heading 1</h1>
<div>
<span>one
</span>
</div>
</li>
<li>
<h1>Heading 2</h1>
<div>
<span>two
</span>
</div>
</li>
<li>
<h1>Heading 3</h1>
<div>
<span>tree
</span>
</div>
</li>
</ul>
</div>
Any suggestions?