V
Vimalkumar Selvaraj
Guest
Hi Godfrey, In Mobile devices(both tablets & smartphones) records list will be rendered as Cards by default, it is not Kendo Grid.. To render cards we use KendoMobileListView component. You can use our utility method to check device type and use different components accordingly rb.newui.util.isMobile() - return true if current device is tablet/smartphone. Write your script to render KendoMobileListview if above method returns true otherwise renders kendoGrid. You can refer following documentation and demo links of kendoMobileListView component http://docs.telerik.com/kendo-ui/api/javascript/mobile/ui/listview Look for ListView section from below demo link https://demos.telerik.com/kendo-ui/m/index#/ Please let us know if you need more details. Thanks, Vimal.
Continue reading...
Continue reading...