I've got a strange problem using transport.destroy: I have a Listview with a swipe event to open the delete option. (like most apps) i did implement this: http://demos.kendoui.com/mobile/listview/editing.html#/ in my app. everything work fine,...
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:...
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 achiev...
I am following authentications steps for AMS as described here: http://azure.microsoft.com/en-us/documentation/articles/mobile-services-html-how-to-use-client-library/#caching From Kendo UI mobile app (Javascript) I can login using google as authent...
I have a kendo grid like this. Inside this template I'm using data-click attribute to the button but event is not firing at all. I don't know what went wrong. Here is my code. Can anyone help. $("#defect_grid_general").kendoGri...
I am using uitest.js (built-on Jasmine.js) to test our Kendo UI Mobile application. I am displaying an actionsheet and programmatically selecting on of the options. This works ok in the app but throws an error that fails the test. I am using an...
I have a Kendo Mobile app and trying to write a ViewModel using the Revealing Module Pattern. In my HTML, I bind the list to gamesListDataSource. OnInit, I Fetch the data and then I need to tell me HTML that the datasource has changed. This code al...
I have a JSON array that looks something like this: var mockArr = [ {activity: "That One Activity", due_date: "07/22/2016", address: "22 Jump Ln", id: "42"}, {activity: "That Other Activity", due_date: "0...
I have a list view that is created using MVVM style. I am trying to use the "Press to load more" function from Kendoui mobile. Here is my full code on Jsbin.com Please help me. http://jsbin.com/OTInERo/3/edit...
I have a problem with the pull down refresh. It works the first time, but then if I change to a different view, then come back to the original view, the Pull to refresh and Release to refresh text seem to get duplicated and overlapped on itself. I am...
©2020 All rights reserved.