Declined
Last Updated: 10 May 2013 15:24 by ADMIN
Created by: Imported User
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
Enhance the RTL support because if you check list view control at demo page and click RTL u will see that the pager still not switched rtl 
Declined
Last Updated: 10 May 2013 15:22 by ADMIN
Created by: Timothy Erwin
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Declined
Last Updated: 10 May 2013 15:20 by ADMIN
When working in a team based setting where you have developers and functional specification owners what is your approach? Is there anything available in Kendo UI that allows groups to collaborate on UI concepts before the first line of code is written? How does one offer feedback? Kendo sounds like its a development platform but where is the UI ideation taking place to firm up what the product will provide while giving an early stage visual tease? These would be tools that specification owners could use to flesh out the functionality. 

So my question is how do you guys do this in your shops?
Declined
Last Updated: 10 May 2013 15:18 by ADMIN
Declined
Last Updated: 10 May 2013 15:17 by ADMIN
Hello,

I want to update the kendo ui version to 2012.2.913. but couldnt find the proper link to update it. please help me.

Thank You
Declined
Last Updated: 10 May 2013 15:13 by ADMIN
Created by: Francisco Javier
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Declined
Last Updated: 10 May 2013 15:12 by ADMIN
Created by: charan
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Is there any option to refresh a specific pane in the splitter?
while using the click event in one pane view,The data has to updated in the view in another pane.
Declined
Last Updated: 10 May 2013 15:10 by ADMIN
Created by: Andy
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
KendoUI Mobile currently has only back button. There should also be a forward button along with it.
Declined
Last Updated: 10 May 2013 14:40 by ADMIN
Declined
Last Updated: 30 Apr 2013 07:06 by Stefano Chiari
Created by: Sébastien
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
3
It would be nice to have a button to see the editor in full screen.
Completed
Last Updated: 29 Apr 2013 23:01 by ADMIN
Created by: Franz
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Throughout the examples/docs for the KendoUI Window component, a variable named 'window' is used to reference the component. This is a terrible pratice, because the variable masks the global window object and prevents the script from acessing it further. As your examples are often used as a starting point for custom solutions, you should rename the variable into something like kWindow or similar. 
Declined
Last Updated: 26 Mar 2013 16:39 by ADMIN
Created by: Sergei
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
I can't select date in my kendoDatePicker when I set readonly option or call readonly method. This problem is in the new version 2013.1.319, in version 2012.3.1114 all work perfectly
Completed
Last Updated: 21 Mar 2013 02:37 by ADMIN
Created by: Oskar
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
Update dependencies in documentation + add dependencies info in the beginning of each source code file.
Completed
Last Updated: 18 Mar 2013 17:59 by ADMIN
Created by: tommy
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
The Switch element is styled after the iOS 4 and earlier rounded rectangle instead of the round switch used in iOS 5 and later.

It's certainly possible to do this newer style using css/js as well and it would help apps built with KendoUI from diverging from the controls used in the rest of the OS.

http://css3wizardry.com/2011/12/18/ios-5-style-switch-control/

Completed
Last Updated: 14 Feb 2013 00:40 by Telerik Admin
Created by: Imported User
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
44
Developers these days are spoiled with choice when it comes to selecting an MV* framework for structuring and organizing their JavaScript web apps. 

To help solve this problem, www.todomvc.com offers the same Todo application implemented using MV* concepts in most of the popular JavaScript MV* frameworks of today EXCEPT OF Kendou UI...
Declined
Last Updated: 08 Feb 2013 14:10 by ADMIN
Created by: Maurizio
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I suggest develop a wigdget for Calendare (like Google Calendar or this http://arshaw.com/fullcalendar/)
Declined
Last Updated: 08 Feb 2013 14:09 by ADMIN
Created by: Pau
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
3
Hi Teleric,

could you incorporate a full calendar (day, week, and month views) like this:

https://github.com/arshaw/fullcalendar

Thanks,
Pau
Completed
Last Updated: 24 Jan 2013 17:01 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Implement screen boundary detection for the depicted widgets and adjust the popup position to be completely shown in the visible area of the browser.
Declined
Last Updated: 04 Jan 2013 19:11 by ADMIN
Our apps require refresh of the grid's underlying dataset every 15 seconds. By default, this refresh expands all groups. With a couple of enhancements to the grid, we can create a map of collapsed groups and recollapse them after a call to dataSource.data(someNewFreshData). We need two events, groupCollapse and groupExpand. And the k-grouping-row needs a custom data attribute data-k-distinct-values which contains a JSON representation of the array of distinct data values of the current group. For example, if the grid were grouped by state by city by zip, the custom data-k-distinct-values attribute for one of the groups in the grid might contain this hypothetical data: "['California','Beverly Hills','90210']". WIth these complementary enhancements, we'd have all we need to store a map of collapsed groups that we could use to fnd these groups again after a call to dataSource.data(someNewFreshData).  The new data has the same schema as the previously bound dataset.
Completed
Last Updated: 21 Dec 2012 17:29 by ADMIN
Created by: Steve Ditmer
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
19
A means is needed to zoom the content view area of a document while leaving the header and footer (tabstrip) stationary.

Currently Kendo UI Mobile puts meta tags in the HEAD of the document, effectively preventing zooming and pinching altogether.  It would be nice if a widget or tool were made available to allow zooming of specific page elements.