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

Keep drawer opened after button click

1 Answer 163 Views
Drawer (Mobile)
This is a migrated thread and some comments may be shown as answers.
Juergen
Top achievements
Rank 1
Juergen asked on 29 Sep 2014, 03:12 PM
Hello,
in release 2013.3 i used following drawer ..

<div data-role="drawer" style="width: 95%" id="teamauswahl" data-init="TeamCalendar.ListViewController.init">
    <header data-role="header">
       <div data-role="navbar" id="teamauswahl-navbar">
          <a href="#" data-role="button" id="teamauswahl-navbar-backbutton" data-align="left" data-click="TeamCalendar.ListViewController.back">Zurück</a>
          <span id="teamauswahl-navbar-title" data-role="view-title">Teams</span>
       </div>
    </header>
    <ul id="listViewTeams" data-role="listview" data-template="ListViewTemplate"></ul>
</div>

In JavaScript-Function behind the button i reset the datasource of my listview.

This works realy fine ... but after update Kendo UI to 2014.2.903 ... the drawer where closed at button click.

I changed nothing to my code ...

What do i have to do ?
How can i use latest realease and keep the drawer openend like in release 2013.3 ?

Regards

Jürgen

1 Answer, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 30 Sep 2014, 08:23 AM
Hi Juergen,

I have tried to reproduce your issue in the following Kendo UI Dojo, but to no avail. Would you please check it out and let me know what I missed?

http://dojo.telerik.com/itoci

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Drawer (Mobile)
Asked by
Juergen
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Share this question
or