donpmill
donpmill

Reputation: 137

Kendo UI .NET MVC wrapper API for Mobile

I can't find anywhere on the KendoUI site that has API documentation for the mobile wrappers. I see APIs for the standard ASP.NET MVC wrappers, but not for the mobile wrappers. Am I missing something? Thank you.

Upvotes: 0

Views: 962

Answers (1)

Matt Millican
Matt Millican

Reputation: 4054

This should get you started I think: http://docs.kendoui.com/getting-started/using-kendo-with/aspnet-mvc/helpers/mobileactionsheet/overview

In the tree on the left, there are nodes for all the different controls. You can also see some of the view code on their demo site, for example: http://demos.kendoui.com/mobile/drawer/index.html#/ (scroll down, click on "ASP.NET MVC"

Upvotes: 1

Related Questions