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
12
votes
3 answers

How to connect to the server on mobile application?

I am new to mobile applications. I am basically from a web development platform. I am just playing around mobile frameworks like App Framework, LungoJS, Jquery Mobile, kendo etc to gain some knowledge in this vertical. The app I am developing is…
11
votes
1 answer

Restricting Kendo Grid to scroll in one direction at a time on touch screen

When a user is on a touch screen device, I'd like to restrict diagonal scrolling - so the idea is to force scrolling one direction at a time - horizontal or vertical. I've set up a JS Fiddle that detects if touch scrolling is enabled and I'm able to…
dmathisen
  • 2,269
  • 3
  • 36
  • 63
7
votes
3 answers

How to clear the value of a kendo Combo Box

I'm fairly new to kendo.I have a requirement to load child combo box data from parent combo box also while I change values it sholud clear the value of existing with child combo and fill with a relevant value. if someone can guide me to achieve…
Chinthaka Devinda
  • 997
  • 5
  • 16
  • 36
7
votes
3 answers

Using Kendo Dataviz Vertical Bullet Graph, How to add labels similar to Bar Graph?

Trying to Style up the Bullet Graph to be exactly as Marketing desires. The desired Graph looks like: How do you add the labels at the top of the bars? I've tried to set the labels property from the Kendo Documentation: labels: { visible:…
Rodney Hickman
  • 3,133
  • 11
  • 53
  • 83
6
votes
1 answer

Use Kendo UI switch in a web application

I am trying to use a Kendo mobile widget - switch in my web application as below: $(document).ready() { $("#btnConvert").kendoMobileSwitch({ onLabel:…
sony
  • 1,453
  • 3
  • 35
  • 79
6
votes
3 answers

Kendo UI Mobile vs Sencha Touch vs Intel App Framework

I am going to develop a mobile application. The application is going to use form elements, side panel, nav-bar, list view and some pop up gadgets. It will have dynamically created forms (which will come from the backend via jsonp). I already have…
Calipso
  • 957
  • 3
  • 15
  • 33
5
votes
3 answers

How to Set Kendo grid height to a fixed value on page load

I am trying to get a Kendo grid with a static height and width. It absolutely must not change height and width when I page (which it currently does, due to variably-sized data). If data increases ,I should provide the Scrolling. The problem is…
bhakti
  • 143
  • 1
  • 1
  • 9
5
votes
1 answer

Kendo UI: Endless scroll load from URL

I am working on endless scroll functionality in kendo UI So far I have managed to load data from url and show on list, but once my list ends, I need to load data from next url here is my code var i = 0, pageSize = 10; function…
Sourabh Saldi
  • 3,567
  • 6
  • 34
  • 57
5
votes
7 answers

Example for Responsive Kendo UI grid

I have implemented KendoUI in my WebApp, is there any way of making the grid responsive? Like, showing fewer columns on smaller resolutions!
Sabby62
  • 1,707
  • 3
  • 24
  • 37
4
votes
3 answers

In kendo UI how to draw vertical line in a line chart

How to draw a vertical line in a line chart using Html5 and kendo UI ? can anyone help me out to solve this problem ?
arun
  • 227
  • 1
  • 5
  • 16
4
votes
1 answer

Kendo UI Dropdownlist data binding of value

I'm using Kendo UI dropdownlist inside a listview
4
votes
3 answers

Attach event handler to KendoUI widget (View)

I am attempting to work an existing web app to use Kendo (Mobile) UI widgets. All of the existing javascript code base is contained within AMD modules (RequireJS). I would like to attach a 'show' event handler to a view, so that the app can request…
GrantDG
  • 401
  • 1
  • 7
  • 14
3
votes
1 answer

Problems with iOS 13 and Cordova App not Scrolling

I have a Cordova App using Kendo-ui and Kendo-mobile and ever since the release of iOS 13 none of my views will scroll at all. This issue was not present in iOS Beta which scrolls fine I am using WKWebview from the cordova-plugin-ionic-webview…
3
votes
1 answer

Kendo Grid DateTime Column Shows Incorrect Date

I have a Kendo Grid which have a datetime columns, while fetching the date from database we are getting correct date but during display Date gets changed. For ex: DB date is 07/06/2017 but while display on website it gets changed into 06/06/2017,…
3
votes
1 answer

How do I add an HTML element to a specific location in listview of kendo ui after the datasource has been loaded?

I am working on an app that I am using telerik platform to build it. I am down to the last bit, in which I want to add a 'li' element as the second one in order to put html in it. I dont need the data source for this block for it will be strictly…
kingcobra1986
  • 971
  • 2
  • 14
  • 38
1
2 3
28 29