Under Review
Last Updated: 06 Oct 2022 08:24 by ADMIN
Currently the landscape for t4 intellisense plugins and debugging tools is very poor. I was hoping a productivity tool would be offered for customizing scaffolding templates/.t4.
Under Review
Last Updated: 18 May 2022 12:01 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Under Review
Last Updated: 17 Feb 2022 11:44 by ADMIN
Currently, when all are enabled, it's impossible to scroll, because either multiselect starts or drag&drop. Tested on iPad OS X 11.4
Under Review
Last Updated: 27 Jan 2022 11:43 by ADMIN
Created by: Christian Storb
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
The timezone should be adjustable [e.g. like in Moment Timezone date.tz('Asia/Tokyo')] or today should be accessible/configurable from outside the widget. Currently getToday() always returns the local time. Suggestion: Add the attribute today to the options and change the initialization of var today = new DATE() in getToday() to var today = new DATE(options.today) ...
Under Review
Last Updated: 06 Jan 2022 13:16 by ADMIN
Created by: Alex
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Currently there does not seem to be a way to get a reference to all kendo controls within a specified element or otherwise and perform generic operations on them.

I would propose you be able to call a JQuery method and do such things as the following:

    $(.kendoControlClass').each(function () {
        $(this).getKendoControl.enable();
    });

or call methods on specific type of controls

    $(.kendoControlClass-selectable').each(function () {
        $(this).getKendoControl.clearSelection();
    });
Under Review
Last Updated: 02 Dec 2021 12:29 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
This is best javascript network visualization tool i have seen but it is very expensive. Could you add some widgets like this to Kendo?

http://cambridge-intelligence.com/keylines/
Under Review
Last Updated: 02 Dec 2021 11:40 by ADMIN
Created by: Andreas
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
4
Hello Kendo-Product-Team,

there is this create library called xeditable which basically makes it easy to add edit functionality to a details-view. Have a look here: https://vitalets.github.io/x-editable/demo-bs3.html

I think this would be a super addition to the kendo framework. In a typical business application you have a grid with the list of all products and when you click on one product you have a nice details page. Currently if you want to edit the product the user needs to go to a special edit form. With xeditable it is possible to add the editing capability directly into the details page. It's nice and easy for the user (less clicks) and it is easier for the develope (no extra edit form to build).

I also think that it would be easy to do such a thing for you as you already have the controls and the framework.

Thanks
Andi
Under Review
Last Updated: 01 Oct 2021 12:04 by ADMIN
Created by: Roman
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
10
Wondering why there still no feature request open about this, but here we go.

Add RTL support for mobile widgets. RTL it currently supported throughout Kendo UI Web, but not in Kendo Mobile.
Mobile Drawer should slide from the right, Mobile ListView currently has issues etc.
Under Review
Last Updated: 01 Oct 2021 12:04 by ADMIN
Created by: Mohamed
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
13
currently we can not use data-transition in modalview .... it is just a fade effect for now..

We would like to use overlay:up and overlay:down for modal view:
http://demos.telerik.com/kendo-ui/mobile/modalview/index.html
Under Review
Last Updated: 16 Sep 2021 11:24 by ADMIN
Created by: Stacey
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
5
Right now, the kendo-ui docs are a bit difficult to get to and navigate. They're inherently clear as to where they are, being nested 3 clicks beyond ["SUPPORT AND LEARNING"] in the top menu.

just to illustrate this, I made a video of how you get to the docs from a cold search of kendo ui. It takes way too many page steps just to get to the docs. 

[VIDEO LINK]
https://www.dropbox.com/s/d0osh6imco5fq08/2016-05-05-2016-01.mp4?dl=0


Once you're there, it's not a bad experience - but still, I think there really ought to be a simple ["DOCUMENTATION]" menu item that is verbose and clear, since "[SUPPORT AND LEARNING]" sounds more like links to classes, tutorials, etc.
Under Review
Last Updated: 16 Sep 2021 11:00 by ADMIN
Created by: John
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
7
Create a plugin for Oracle APEX that would allow easy use of dataviz and other widgets
Under Review
Last Updated: 15 Jul 2021 07:33 by ADMIN
Created by: Adam
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
It would be nice to know what version a function or method was released in. Please add the version to the documentation so users can easily understand if the function is available in the version they are using.
Under Review
Last Updated: 01 Jul 2021 11:34 by ADMIN
Created by: Jayesh
Comments: 6
Category: Kendo UI for jQuery
Type: Feature Request
15
To use Kendo UI as View part of MVP pattern where Model and Presenter reside in GWT it is important to have a GWT wrapper for Kendo UI.
Under Review
Last Updated: 27 May 2021 11:33 by ADMIN
Created by: Adrian
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
27
The previous KendoUI mobile listview respected datasource grouping when endlessScroll was enabled. This functionality has regressed in the Q2.2013 release.

An extract from my support ticket 718079:

For our application, it is not acceptable that the ability to group with endless scrolling has been lost. Grouping is fundamental to the user experience in our app - especially when there can be a lot of items in a listview. It is just as important as the performance that endlessScroll enables. One, without the other is a backwards step.

Telerik response extract:

Thank you for your feedback. I fully agree with you - grouping of a large dataset improves the user experience and provides the necessary visual clues for the user to determine the current position in the list. The only reason why this is not supported is the high complexity and performance implications of the task, when combined with virtual mode, which is a requirement for a large list support - our previous implementation easily crashed the mobile browser when 100+ items were displayed. I would like to suggest that you post this feature request to our UserVoice feedback  site; we are actively following the popular items and responding to our customers demand with each release.
---

I do not believe the complexity is quite as high as has been described. The datasource can identify how many groups there are - for any current filters and adjust the endlessScroll height accordingly. The listview items themselves can be adjusted down in position by the number of group headers above them.