Completed
Last Updated: 25 Jun 2015 08:53 by ADMIN
When creating a multilingual website I've realized, non-English unicode characters are not supported by the Grid's toolbar buttons. The toolbar won't be created and the Grid's setup cancelled. So, also no read function called or anything else.
Strangely it also killed the functionality of my Razor DropDownList for language selection despite no connection other than both using JavaScript.
Completed
Last Updated: 20 Nov 2014 18:18 by ADMIN
Created by: patrickdelaet
Comments: 8
Category: Kendo UI for jQuery
Type: Feature Request
63
I'm following the launch of Kendo UI closely.
IMHO what Kendo has to do right now is post a demo of a medium sized web app (>20 screens) showing us how to integrate al the pages eg via the menu widget.
The To-Do-List sample app is learning us nothing.
2 years ago, I've bought, studied, tested, flamed, ... ExtJs and never got to the point of building a decent web app.
This was THE MAJOR complaint of the ExtJs newsgroups. They have a lot of small widget demos but how do we integrate them into a medium sized app eg a webshop.
So, Kendo UI, please don't make the same mistake. 
Show us a medium sized web app with all the widgets and - most important - how they interact with each other.

regards

Patrick De Laet
patrick@fijisoft.be
Completed
Last Updated: 09 May 2016 11:25 by ADMIN
Created by: Zach
Comments: 14
Category: Kendo UI for jQuery
Type: Feature Request
61
Please provide a way to display multi-line labels in the chart controls such as the bar chart category axis.  The need is detailed in this post:
http://stackoverflow.com/questions/13247577/line-break-in-category-label-of-kendo-ui-chart
Completed
Last Updated: 22 Jan 2019 18:28 by Flemming
Created by: Scott Waye
Comments: 15
Category: Kendo UI for jQuery
Type: Feature Request
60
Look at the emerging WASM projects such as Blazor or Ooui.  The obvious path seems to be to have a strong HTML based suite, i.e Kendo, ported to Blazor.  However another option would be to improve the Xamarin forms components to have comparable functionality to their desktop counterpartys so they can be used in LOB applications under Ooui.  The current Xamarin components are too mobile centric.  A third option, which admittedly seems like a bit of a long shot at present, would be to take Moonlight, strip out the plugin stuff, strip out all but the layout code, and redo that to write to an HTML Canvas.  Now that's probably outside your scope although in my opinion its the most attractive of the 3 options.  In summary I suggest you look at providing a full featured UI component suite that runs under wasm.
Completed
Last Updated: 27 Feb 2015 21:19 by ADMIN
Created by: ColinBowern
Comments: 9
Category: Kendo UI for jQuery
Type: Feature Request
58
Sure the IE Mobile browser is not fantastic (even the Mango version feels like it has issues), but will you be supporting the WP platform?  That would round out all the worth while mobile devices in my opinion.
Completed
Last Updated: 27 Feb 2015 21:27 by ADMIN
Created by: Cary Abramoff
Comments: 12
Category: Kendo UI for jQuery
Type: Feature Request
58
I am coming over as a Telerik Ajax developer. I am developing a pure html app against Amazon's S3 service and unfortuately the native sorting you provide is case sensitive. 

My sort ascending appears as

AAA
BBB
aaa
bbb

not very intuitive for end users...

Completed
Last Updated: 11 Feb 2021 09:45 by ADMIN
Completed
Last Updated: 28 Sep 2017 10:24 by Telerik Admin
Created by: Moisès
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
55
As Kendo UI already supports AMD Require, it should also be support CommonJS and Browserify.
Completed
Last Updated: 20 Nov 2014 18:49 by ADMIN
Created by: Marco
Comments: 15
Category: Kendo UI for jQuery
Type: Feature Request
55
I'm using the MVC wrappers, I have a foreign key column in my grid and I use the standard foreignkey editor-template. It is not possible to bind a null value (foreign key not set) to the dropdown. It works when I change the template and replace the kendo dropdown with the standard mvc dropdown.
So I guess there's a problem with null values on the kendo dropdown
Completed
Last Updated: 20 Nov 2014 18:28 by ADMIN
Created by: TrentCioran
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
55
DataSource should be more feature rich. I consider following features a must in order to be able to develop complex UI's without the current pain

- Multimple models definition
- Associations between models
   - BelongsTo
   - HasMany
- Lazy load of associations!
- Allow use a REST approach for associations (send updates over a HasMany association to a service)
- Allow send the complete object

- Association validations
   - Unique
   - Exists
   - Min/Max number of elements
Completed
Last Updated: 07 Feb 2017 14:08 by ADMIN
Created by: Vincenzo
Comments: 7
Category: Kendo UI for jQuery
Type: Feature Request
54
ASP NET MVC provides jquery.validate.unobtrusive validation that, using jQuery validation, let us set validation attributes into model class.
http://weblogs.asp.net/mikaelsoderstrom/archive/2010/10/06/unobtrusive-validation-in-asp-net-mvc-3.aspx
Would be nice if it may work also with kendo ui validation.
Completed
Last Updated: 23 Nov 2016 15:32 by Telerik Admin
Created by: Schlurk
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
54
Within the Grid you can currently either have single-row editing, or batch editing. However, batch editing does not necessarily show the end-user that the Grid is actually editable. In order to make the Grid more intuitive it would be great to have all cells display their edit template constantly to ensure that the client knows they can edit the component.

Additionally, sometimes a user will want to edit more than one row at a time, but not have the entire Grid in edit-mode. Being able to open several items to be edited at once would help with this user interaction.

This is why having multi-row edit, the ability to have multiple rows in edit-mode at once, would be a nice feature to have in a Grid. It would also theoretically open up the ability to have all rows in edit-mode at once.
Completed
Last Updated: 21 Nov 2014 14:19 by ADMIN
Hi what is the latest on this please?
Completed
Last Updated: 20 Nov 2014 18:14 by ADMIN
Created by: Jaap
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
51
Would be nice to have helper/wrappers for KendoUI for ASP.NET MVC 3
Completed
Last Updated: 26 Sep 2017 16:14 by ADMIN
Created by: Shahar
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
51
Declined
Last Updated: 12 Sep 2013 15:39 by ADMIN
Created by: Vladimir
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
51
To define reusable parts of an application, developer often needs to define a model for the data, and a template for the presentation.

UserControl may systemize and simplify this activity.
Please look at the following links for details:

http://www.nesterovsky-bros.com/weblog/2013/03/26/KendoUIUserControl.aspx

http://www.nesterovsky-bros.com/weblog/2013/04/03/KendoUIExtendedModel.aspx

http://www.nesterovsky-bros.com/weblog/2013/05/18/KendoUIControlsjs.aspx

http://www.nesterovsky-bros.com/download/KendoUI/scripts/controls.js
Declined
Last Updated: 02 Dec 2021 09:41 by ADMIN
Created by: Imported User
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
50
It would be great if there was a wrapper library for Ember.js similar to the kendo-labs libraries for Angular and Knockout.
Completed
Last Updated: 25 Mar 2015 12:45 by ADMIN
Created by: Akesh Gupta
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
49
Currently when using the Column Menu, there is no visual queue to indicate that the column has a filter applied to it.
Completed
Last Updated: 17 Feb 2022 11:14 by ADMIN
Created by: Ben Hayat
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
48
The most important part of using Vue especially in Mobile, is it's small size and performance. Unfortunately, Kendo UI's Vue components are wrappers around jQuery which is something we are trying to avoid in our  ongoing developments.
I'd like to suggest building NEW Vue components in full native format with no despondency on other none related frameworks.

Thanks!
..Ben
Completed
Last Updated: 05 Oct 2015 12:36 by ADMIN
Created by: Sean
Comments: 15
Category: Kendo UI for jQuery
Type: Feature Request
47
It would be great if you could zoom in on the charts like highcharts,
http://www.highcharts.com/demo/line-time-series

A lot of the charting functionality there would be great.