I think what you should do here is configure the common style resource to point to kendo.mobile.all.min.css instead of kendo.common.min.css. This is done by adding the following to your app config file (Web.config or App.config depending on the type of project):

1
2
3
4
5
6
<configuration>
  <appSettings>
    <add key="WebSharper.KendoUI.Resources.CommonStyle"
         value="//kendo.cdn.telerik.com/2015.3.1111/styles/kendo.mobile.all.min.css" />
  </appSettings>
</configuration>
By on 11/24/2015 1:21 AM ()

Brilliant, thank you!

By on 11/24/2015 6:23 AM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper