Questions tagged [kendo-mobile]

Kendo UI Mobile is an HTML5, jQuery-based framework for building modern web apps. The framework features more than a dozen UI components, a rich data vizualization framework, an auto-adaptive Mobile framework, and all of the tools needed for HTML5 app development, such as Data Binding, Templating, Drag-and-Drop API, and more.

Kendo UI is an HTML5, jQuery-based framework for building modern web apps. The framework features more than a dozen UI components, a rich data vizualization framework, an auto-adaptive Mobile framework, and all of the tools needed for HTML5 app development, such as Data Binding, Templating, Drag-and-Drop API, and more.

http://www.telerik.com/kendo-ui-mobile

Features:

  • Complete Mobile Application Framework - Kendo UI Mobile provides both UI widgets as well as a complete application framework that handles app navigation, views, layout templates and more.

  • iOS, Android, Windows Phone, and Beyond - The UI widgets match the theming and functionality behavior of native controls available for iOS, Android, BlackBerry and Windows Phone.

  • Ready for App Stores - Build native-looking mobile apps with Kendo UI Mobile, compile and deploy them through these easy to follow steps.
  • Leverage the Cloud With Telerik AppBuilder - Integrate Kendo UI and TelerikAppBuilder together to give mobile app developers an "integrated cloud environment."
  • Automatic Layout System - Kendo UI’s layout engine helps developers build applications that automatically position common elements.
  • Customize Mobile Themes and Widgets - Use the Mobile ThemeBuilder tool to quickly modify the styles of Kendo UI Mobile widgets as they exist in your apps with an easy-to-use, standalone tool.
  • Kendo UI Mobile Loves Tablets Too - Kendo UI Mobile offers UI widgets specifically designed to help build native experiences for popular SmartPhones and Tablets, like the iPad.
  • Kinetic Scrolling - Upgrade your application with kinetic scrolling, which enables smooth, natural and touch-friendly scrolling through lists, carousels and other components.
  • Native UI on Every Device - Build apps and sites for mobile devices that offer native-like experiences for end users automatically, without any extra coding.

Try KendoUI Dojo for examples: http://trykendoui.telerik.com/web/widget-initialization/javascript-initialization

Related tags

423 questions
0
votes
2 answers

KendoUI tabstrip navigates to blank page

I'm using a custom tabstrip that I took from the KendoUI page and adapted for my application.\ It has 3 tabs (home, startOfDay and stops). Each tab goes to an HTML page. The problem is this, I can navigate from Home to one of the other tabs without…
0
votes
1 answer

kendo UI binding select elements

I'm building a simple mobile application and I want to bind html select elements to an observable kendo object. With simple input text straightforward but with select elements am receiving a error when changing select values: Uncaught TypeError:…
crisleiria
  • 51
  • 1
  • 7
0
votes
1 answer

Kendo UI Mobile - Rebind endless scrolling functionality to listview

I have a kendo mobile listview that uses a datasource with endless scrolling, server-side paging and filtering. Everything works as expected and the new data is populated upon changing the filter options. Here is the problem: If the user reaches the…
TAS
  • 383
  • 1
  • 6
  • 17
0
votes
1 answer

How to access the device camera in KendoUI Mobile and phonegap build

me again... I'm building a multi platform mobile app using KendoUI mobile. I need to access the device camera but I cannot, for the life of me, figure out how to do so. I have tried the but it…
0
votes
1 answer

KendoUI Mobile link giving "Object has no method" error when clicked

I'm having an odd error. I'm using the fantastic Signature Pad from Thomas j Bradley in my Kendo Mobile application. I'm fairly new to KendoUI and HTML5 in general so perhaps I've overlooked something but heres the issue... I have the following…
0
votes
1 answer

Kendo Mobile - data not displaying when server grouping true on datasource for listview

I have am successfully grouping my datasource's data server-side for a mobile listview, however, I cannot display it to the screen. The data in _pristine data correctly shows my data in the following structure: results: Array[12] // 12 groups total …
TAS
  • 383
  • 1
  • 6
  • 17
0
votes
1 answer

Kendo Mobile - combining group and server side paging functionality to listview

I have a datasource that contains specific records for certain months. It's connected to a listview. Is it possible to combine endless scrolling, server paging, and grouping to display records by month.. with only a single group header for each…
TAS
  • 383
  • 1
  • 6
  • 17
0
votes
1 answer

Not able to call a callback method in kendo mobile datasourse

Here is my code for kendo mobile ui datasourse var pdata = new kendo.data.DataSource({ transport: { read: { url: '@Url.Content("~/Message/GetList")', type: "post", dataType: "json", contentType:…
Mahesh Bhatt
  • 45
  • 2
  • 7
0
votes
1 answer

Kendo UI Mobile - add css to parent node from kendo template

The title pretty much says it. If I am using a kendo ui template for a listview: is it possible to apply styling to the parent node that will wrap around my template, using…
TAS
  • 383
  • 1
  • 6
  • 17
0
votes
1 answer

Interpreting JSON to Kendo UI Mobile Listview

I am attempting to convert my JSON data to a Kendo UI Mobile Listview. my php script outputs this data: [{"eventID":"1","name":"test","time":"12:00:00","category":"####","subcategory":"####","description":"Event for testing…
0
votes
1 answer

Wrap content like text inside a page?

I've created a scrollview with some pages. Inside the first page there's something like : A very very long text which cannot be in the screen, [...] But the text does not fit in the whole screen, it looks like this : If I disable the scrollview…
Nontenda
  • 185
  • 1
  • 13
0
votes
2 answers

Kendo UI with PhoneGap not initializing

I have a super basic PhoneGap iOS solution, but it does not appear that Kendo UI is initializing. I am using Kendo UI Mobile 2013 Q1 build with PhoneGap 2.6 I cannot seem to spot the problem. Here is my Code