I'm trying to achieve essentially a drill-down menu within the drawer that behaves just like the Kendo splitview demo.
http://demos.kendoui.com/mobile/splitview/index.html#/
I have a top level list that when clicked should show a next level of items, and then finally when the last level item is clicked I want to load content in the main view. Rather than having the menu in a pane of the splitview I want to use the drawer to have it slide out and let the user drill down in the drawer until the final item is clicked. Perhaps simply being able to prevent the drawer from closing would suffice.