Add select ability to Scheduler, similar as to grid, which will expose the event data item selected. This will allow for the creation of a read only detail view of the item selected. Currently, editable cannot be configured without allowing some combination of edit, delete and update.
Currently drawer's automatically add a scroller wrapper. Sometimes you want the content in the drawer to automatically stretch to fit the drawer.
provide the features for Enable disable button in kendo mobile.
I would like to have the menu at the bottom of the page and the submenu items to pop up not down. It would also be nice if I could easily change the height of menuitems.
DevExpress PhoneJS supports partial views that allow you to share and reuse similar HTML markup among multiple views. I need this feature right now in Kendo UI Mobile... I'm thinking about doing some kind of work around possibly with Templates or a jQuery Clone method call but it's going to be pretty hacky... Does Kendo UI Mobile have something similar to this already: DevExpress's PhoneJS Partial Views are described here under Flexible View Rendering Engine: http://phonejs.devexpress.com/ This is what I need: http://phonejs.devexpress.com/Documentation/Howto/Views_and_Layouts?version=13_2#Add_a_Partial_View Thank, Nathan
You have the best looking scheduler but seriously lacking some good recurring functionalities, and time zone as well. When can we expect these to be available?
It would be really nice to have slide out panels or drawers (not the same as the existing mobile drawer, but similar). The demo below shows a good example (left, right and top). http://responsivewebinc.com/premium/sheldon/sheldonadmin/index.html
Using Kendo Mobile and testing on Apple products using the AppBuilder companion app. The Header Templates randomly disappear. They will redraw when the device is rotated or if the header is click on by the user. I'm using the listview in a Drawer.
Former Telerik Extension Forum has been disabled. There are still numerous projects where MVC Extensions are used and it is necessary to keep this forum at least in a read only mode.
Make common elements publicly accessible. Most notably, root objects like ui.Widget, ui.List, and data.DataSource objects, and sub functions like parseOption and parseOptions, are all internally referenced. You cannot extend any of them to provide global functionality to the elements that inherit from them. kendo.ui.List and kendo.data.DataSource were particularly frustrating to debug, since the externally available versions are only copies of the real internal objects. I tried to add global functionality that never worked until I realized that the real inherited objects were closure objects.
itemsPerPage in kendo gird does not picked form lang files.
I want an option on the View in the Drawer to have display full screen similar to the Kindle reader app. So that you click on it and the Navbar will appear it and when you start interacting with the view the Navbar and status bars go away.
I'm using a Kendo Mobile View and I've set the data-zoom attribute to true ("data-zoom = true") so that my view can Pinch and Zoom. I would like an attribute that I can set to limit the size in which the Pinch and Zoom resizes the contents? I want to set a max and min size. I want to make my view so that it can zoom in but I want to constrain the view so that it doesn't get smaller than 100% of the viewport width. I like to set the min-width equal to the viewport width in some way. Any help would be greatly appreciated.
It would be stupid awesome to have a custom theme allow for selection the new project wizard! That's consistency promotion!
I would like to have the ability to have a hybrid of caching and reloading views. If I have example.jsp?report_item=1 and example.jsp?report_item=2, I would like those to load as separate views. But when I make the example.jsp?report_item=1 activated again after it was already loaded, I would like it to use the already loaded view.
Can you add a grammar check similar to MS word?
match kendo to telerik asp.net ajax skins so we can incorporate kendo in an asp.net web app without loosing the look and feel. We use all of Telerik skins in our web app and users can pick any look they like. BUT adding kendo to our app means to style kendo in 20+ ways ! too much for us.
In our modern applications localization is part of designing a web application. An issue that I know to be ancient is the 'decimal point is comma' issue. In the USA f.i. a fraction and its integer are separated with a decimal point '1.75' but in Europe, in most countries, this is a comma '1,75'. After selecting f.i. 'nl-NL' (Dutch) for localization the decimal point is no longer accepted as a separator in numeric fields. Most countries in Europe use keyboards with an 'English (United States)' layout meaning that on the numeric pad (to the right) a decimal point key is added not a comma. Now when entering numbers with fractions in the web site users with such keyboards must type the comma key (on the left) in order to be able to enter the separator between the integer and fraction which is annoying. It would be nice if Kendo UI would allow for the decimal point key in the numeric pad to be treated as a separator between integer and fraction
A Pluralsight Course or Telerik Video Training, building a real App with KendoUI Mobile and AngularJS in AppBuilder that shows MVVM, remote DataSources, SQL Storage on the device, BarcodeScanner, Analytics and Backend Services.