Completed
Last Updated: 02 Oct 2012 14:41 by David
Created by: David
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
14
Hello,

I very much appreciate the effort put into kendoUI, and the widgets look pretty good.  I just have one major issue with how the methods can be called upon as they have an enourmous impact on our code since object chaining and the great advantages jQuery offers with object chaining is simply being thrown away because of the way you force us to use the .data() method to get the kendoUI object.

Following the guidelines on http://docs.jquery.com/Plugins/Authoring, we should be able to do the following:

$('div.grid').kendoGrid(); // Initilises the grid
$('div.grid').kendoGrid('refresh'); // calls the refresh method on the grid

this should always return the jquery object which enables object chaining, so we might do the following:

$('div.grid').kendoGrid('refresh').show();

Unfortunately, the above example using KendoUI would need to be translated into:

$('div.grid').data("kendoGrid").refresh();

because the .data() method obviously does not return a jQuery object, and the refresh() method doesn't either, we can no longer benefit from chaining, and need to reselect the object to execute the show() method:

$('div.grid').show();

This obviously does make things more complicated, and will cause for more code.

I sincerely believe this needs to be addressed.  A forum topic on this is available at http://www.kendoui.com/forums/ui/general-discussions/why-aren-t-widget-methods-just-added-through-object-extention.aspx#2040399
Completed
Last Updated: 16 Aug 2012 04:17 by ADMIN
Created by: Psmontte
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
4
Rather than working on you own MVVM implementation you should provide support for full KnockoutJS as other vendors like Infragistics & ComponentOne have done. Very few of us would want to get tied with your MVVM implementation which would make moving to other controls in future difficult.

With lack of documentation working with your controls is a nightmare.

Completed
Last Updated: 19 Jul 2012 11:27 by ADMIN
Created by: DDarko
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
5
In widget "menu" option "direction" would be handy.
So you can easily insert the menu under a component and to develop to the top.
Would be nice to be able to place the menu on the right or left.
Completed
Last Updated: 26 Jun 2012 09:37 by ADMIN
Created by: Kevin
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
6
I need to be able to filter grid items similar to how it is done in the ASP.NET AJAX controls where you can setup filtering for each column. I have made the Telerik ASP.NET Ajax Grid control to be 100% client side with virtual paging / filtering using Linq filtering on the client to server ajax calls. The Kendo Grid I think is almost there. I just need to be able to do filtering and then I think I will have the functionality that I have now.
Declined
Last Updated: 21 May 2012 15:42 by ADMIN
Created by: Ä m o l
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
It will be great if the Chart Label has hyperlink facility....
Declined
Last Updated: 11 May 2012 20:07 by ADMIN
Created by: Ä m o l
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
It would be very useful feature to Enable / Disable Panelbar Item
Declined
Last Updated: 11 May 2012 19:54 by ADMIN
Created by: Vitantonio
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Save the state in partial postback
Declined
Last Updated: 11 May 2012 19:50 by ADMIN
Created by: RedTears75
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
it would be nice to be able to user-resize the columns with the mouse (like in jQuery-Grid Add-On).
Declined
Last Updated: 28 Apr 2012 12:56 by ADMIN
Declined
Last Updated: 18 Apr 2012 12:37 by ADMIN
I'd like to be able to... 
- toggle columns on and offer
- filter the content (eg, show only the rows where the Size column is "Medium")
- re-arrange the columns into a different order
- resize the width of columns
Completed
Last Updated: 17 Apr 2012 17:30 by ADMIN
Created by: Huw
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Neither I nor anyone at my company can get it to work. We get a link in a email and the page fails to load at all. That means that I can't get a demo version of the project, I can't post in your forums, and I can't contact technical support. And you don't have a phone number on your site, so I can't contact you that way. If the only way of getting to you is via registration then you really need to make it work properly.

Declined
Last Updated: 04 Apr 2012 14:01 by ADMIN
Declined
Last Updated: 03 Apr 2012 13:21 by ADMIN
Created by: Julien
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
Kendo UI for mobile, should provide a default look for NON mobile device. 
Completed
Last Updated: 30 Mar 2012 14:47 by Telerik Admin
Created by: Imported User
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
The vertical scrollbar is visible in Firefox but not Chrome, but only when using virtual scrolling. For Chrome users, it's impossible to see that there is more data available like this... See e.g. here: http://demos.kendoui.com/web/grid/virtualization-local-data.html
Completed
Last Updated: 29 Mar 2012 10:05 by ADMIN
Created by: Jeffrey
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
12
Adding a "select" when user choose one of the hint in AutoComplete to help field-linking.  More detail and implementation about the idea in here: http://www.kendoui.com/forums/ui/autocomplete/suggestion-about-select-event.aspx
Completed
Last Updated: 27 Mar 2012 14:05 by ADMIN
Created by: Javier
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
The keyboard navigation does not work on grid. Please see the sample "Editing Custom Editor". In the previous version you can edit one cell, hit enter or tab key and then move to the next cell o using the arrow keys, move the next row. Thanks for creating this amazing tool.
Completed
Last Updated: 23 Mar 2012 16:46 by ADMIN
Created by: Roger Hendriks
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
4
Support the same grid footer templating as in asp.net ajax with the same default options for recordcount, pagechange slider etc. 
Completed
Last Updated: 23 Mar 2012 16:46 by ADMIN
Created by: Sveto
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
3
Grid on grouping show count of the grouped items in the group header. Its a pretty known functionality.
Completed
Last Updated: 23 Mar 2012 16:42 by ADMIN
ADMIN
Created by: Todd
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
7
To make it easier to add Kendo UI to a project, create a Ruby Gem package.
Declined
Last Updated: 16 Mar 2012 15:41 by ADMIN
Created by: PPCnSEO
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
View/edit source option to edit raw html inside the editor.