Hello,
I came across a nasty problem.
I'm using the kendo mobile/web ui and i'm using a drawer. Eveything works perfectly, but then i want to use a splitter inside a view of my drawer.
<div data-role="view" id="drawer-questions" data-layout="drawer-layout" data-title="App title">
<!--style="opacity: 0;"-->
<div id="splitter">
<div style="background-color: red;float:left;width:25%;">Pane A</div>
<div style="background-color: green;float:left;width:75%;">Pane B</div>
</div>
</div>
But the splitter does not render correctly. It only shows me the first DIV + it's not even a "splitted" page?
Can i not use a splitter inside a drawer?
Thanks in advance.
I came across a nasty problem.
I'm using the kendo mobile/web ui and i'm using a drawer. Eveything works perfectly, but then i want to use a splitter inside a view of my drawer.
<div data-role="view" id="drawer-questions" data-layout="drawer-layout" data-title="App title">
<!--style="opacity: 0;"-->
<div id="splitter">
<div style="background-color: red;float:left;width:25%;">Pane A</div>
<div style="background-color: green;float:left;width:75%;">Pane B</div>
</div>
</div>
But the splitter does not render correctly. It only shows me the first DIV + it's not even a "splitted" page?
Can i not use a splitter inside a drawer?
Thanks in advance.