Hi,
I have some Kendo mobile buttons, and outside a Kendo grid they're style is as expected (ie. with "km-button" classes and data-icon="compose").
However when I put them into a grid (via an MVVM data-row-template), they change/lose their icons and style. Clearly this is because, being in the grid, they're inheriting from a kendo (k) class of the grid - and this overrides their kendo mobile (km) class.
Is there a easy way to render buttons in their kendo mobile form within a grid? Or somehow tell the grid to "act mobile"?
Many thanks
- Paul
(I see in the kendo mobile demo grid here: https://demos.telerik.com/kendo-ui/m/index#grid/adaptive that most of its contents are rendered with Kendo (k) classes. Perhaps this means the grid excludes or does not support content with "km" classes?)