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

Panel Bar for Kendo Mobile?

1 Answer 106 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Andres
Top achievements
Rank 1
Andres asked on 06 Sep 2013, 04:19 PM
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?

1 Answer, 1 is accepted

Sort by
0
Accepted
Steve
Telerik team
answered on 09 Sep 2013, 01:00 PM
Hi Andres,

You can use the Kendo Web Panelbar if you need it badly, but you would need to have respective license for the Kendo UI Web, so you can download it and integrate it inside Icenium. Note that Kendo UI Web widgets are not optimized for touch, so if you decide to go with them, you should test ahead. You can check the Panelbar demos on your target mobile devices and verify the widget works as you expect.

Regards,
Steve
Telerik

Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
Tags
General Discussions
Asked by
Andres
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or