Example: http://dojo.telerik.com/@mharrison/erULo/4
I'm not sure what I'm doing wrong here. I have a flexbox-based grid of 'modules' one of which will use a kendo grid. In my app, the grid's height does not seem to measure as I'd expect. I'd like to use the mobile scroller this will ultimately be wrapped into a cordova app. When I set mobile:"phone" the grid takes over the entire width and is positioned absolutely and I couldn't override any styles for km-pane or km-view to avoid it.
I'd just like the grid's height to fill the available height for the 'module' and be scrollable within those measure bounds without any sort of js. Is it possible?