Completed
Last Updated: 21 Feb 2014 15:45 by ADMIN
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?
Declined
Last Updated: 21 Feb 2014 15:33 by ADMIN
Created by: ravindra
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
provide the features for Enable disable button in kendo mobile.
Declined
Last Updated: 21 Feb 2014 14:44 by ADMIN
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.
Declined
Last Updated: 21 Feb 2014 14:25 by ADMIN
Created by: Adrian
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Using visual studio appbuilder plugin.

The "Debug on Device" window does not provide the "Take heap snapshot" option to do memory profiling on the device.

This is available in the simulator.

It would be good if this was available to check on device memory usage when debugging.
Declined
Last Updated: 21 Feb 2014 14:22 by ADMIN
The datasource change handler gets fired very proactively. Sometimes you have to subscribe to this to kick off other item.set(...) calls or to even update DOM UI or widgets.

When you are about to update a lot of objects in a datasource it would be good to be able to pause the change handler, then unpause it. When un-paused can the backlog of events fire as one event?

I don't want to un-subscribe from the change handler as I don't want to miss some of the events whilst I am updating items in the datasource.
Completed
Last Updated: 14 Feb 2014 13:56 by ADMIN
Created by: Kjartan Valur
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
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.
Declined
Last Updated: 14 Feb 2014 13:14 by ADMIN
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. 
Declined
Last Updated: 14 Feb 2014 13:03 by ADMIN
Created by: Ramin
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
itemsPerPage in kendo gird does not picked form lang files.
Declined
Last Updated: 10 Feb 2014 12:12 by ADMIN
Created by: Grzegorz
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
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.
Declined
Last Updated: 10 Feb 2014 10:18 by ADMIN
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. 
Declined
Last Updated: 07 Feb 2014 14:01 by ADMIN
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.
Declined
Last Updated: 07 Feb 2014 13:42 by ADMIN
Created by: Gal
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
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. 
Declined
Last Updated: 31 Jan 2014 15:13 by Andrew
Created by: Andrew
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
With Q3 2013 SP1 & SP2, when drawing a bar chart that has both negative and positive values, with the y axis intercepting at 0, the bar chart animation for bars to the left of the y-axis originates at the left hand end of the bar. Previously, the animation originated at the y-axis for bars either side of the axis. 

See this JSBin for a working example:

http://jsbin.com/ubixOluZ/1/edit?html,js,output
Declined
Last Updated: 31 Jan 2014 15:02 by ADMIN
Created by: Paul
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Background Audio Support for HTML5 Audio on iOS7 for ICENIUM builds.
Declined
Last Updated: 31 Jan 2014 14:57 by ADMIN
When loading the content of tab, the loading indicator's position is not correct. For the kendo default theme, the indicator is at the top of tab header (correct). For the legacy theme (WebBlue), the indicator is at the bottom of tab header, besides, the width of that indicator is bigger than the width of the header.
Declined
Last Updated: 31 Jan 2014 14:41 by ADMIN
Created by: Piyush
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I have four chart legend and i want to position Two on left and Two on right is there any such feature in Kendo UI Charts.
Completed
Last Updated: 17 Jan 2014 16:20 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
When the data set is changed and the chart is redrawn there should be an option to move from the current values to the new values. Like it already exists on the gauge charts. But what about a line chart with ever changing values? 
Completed
Last Updated: 17 Jan 2014 16:06 by ADMIN
Explain the characters used in a date format string, or at least describe to what standard they are evaluated.
Declined
Last Updated: 10 Jan 2014 15:15 by ADMIN
Support of KendoUI for Mobile Grid controls with sorting,filtering,paging options
Declined
Last Updated: 10 Jan 2014 14:45 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I have two kendo grids. Parent grid contains rows with data to request.  When the numerictextbox is triggered with a spin or change that row is added to another grid (child grid) with the number from the parent numerictextbox in the child numerictextbox.  However... after several triggers... the spin action starts to add two instead of one.  Has anyone had this issues? any work arounds?