Unplanned
Last Updated: 03 Dec 2021 08:12 by ADMIN
Created by: Marc
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
Several of your controls (Scheduler, Grid) make use of the Validator control for validation on the edit forms.  Once the validator is loaded there is no way to change the options.

It is important if the validator is going to be embedded within other controls that we be able to enable/disable validateOnBlur and get/set the errorTemplate.

Without the ability to change the validator options, support recommends use of private methods.

An alternate choice would be to require those controls that are embedding the validation to provide these options as part of their configuration.

Thanks
Declined
Last Updated: 05 Jun 2015 10:27 by ADMIN
There are as many real world situations where one needs to display Heterogeneous Hierarchical Data such as web services where the returned data has complex data types consisting different simple type data or list.
Completed
Last Updated: 04 Jun 2015 08:27 by ADMIN
Created by: Imported User
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
3
Kendo Grid Row Filters inputs use autocomplete by default. Because of this the data source is queried on every keystroke in the auto complete. This causes unacceptable performance issues with a large/complex server side data source. I suggest adding a configuration to turn this off, which would cause the data source to only be queried on an enter keystroke.
Declined
Last Updated: 21 Jan 2020 15:23 by ADMIN
Created by: Deane
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2
When integrating the Kendo UI Editor with other components, it would be nice if there was more visibility and control on the state and actions of the Kendo Editor.

For instance, bind 2 new callbacks/events: 
- onClose: function(event) {}
- onOpen: function(event) {}

Methods to control the Editor externally:
- editor.close()
- editor.open()

Methods to inquire on the Editor's state:
- editor.isOpen()
Declined
Last Updated: 22 Nov 2021 14:16 by ADMIN
Created by: Robby Parker
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
The Drawer widget doesn't work in Intel XDK emulator. It works fine on the device using Intel App Preview, but not being able to select an item from the drawer in the emulator kinda is a show-stopper for navigating the app.
Completed
Last Updated: 11 May 2016 06:55 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
9
we need the polymer js which is used in Kendo UI
like Angular js we need to use Polymer also
Completed
Last Updated: 11 Nov 2021 16:12 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Add support for cell.formula on Woorbook
Unplanned
Last Updated: 25 Mar 2024 11:23 by ADMIN
Created by: Sitesh
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
4
Having a character counter for textbox & textareas gives users nice little heads up as they start typing to summarize the text for a fixed length. Not sure about internet applications but its becoming more & more a requirement in business applications. Please give it a thought.
Declined
Last Updated: 16 Feb 2022 14:25 by ADMIN
Created by: WarnerB
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
the only way to style only the mulitselect dropdown list differently than other dropdown lists is to run a js script to add a css class...

  function setupMultiSelectULStyle (styleName) {
    var selects = $("select");
    $.each(selects, function(index, item) {
      var data = $(item).data("kendoMultiSelect");
      if (data !== undefined && data !== null)
        setupMultiSelectULStyleSingle(data, styleName);
    });
  }

i think if you are creating elements that are not wrapped in parent element style they should have some way to style by parent control type differentiated css selector


<div class="k-list-multiselect k-list-container k-popup ... " id="..." >
<div class="k-list-dropdown  k-list-container k-popup ... " id="..." >
Completed
Last Updated: 13 Jan 2016 17:57 by ADMIN
The library is getting pretty big - lots of great features, but still big.  I would love to see the team take some time and offer more options to reduce the size of the ALL and CUSTOM builds.  Perhaps look to drop old browser support and do a pass on tightening things up.  Set a goal for the team to reduce the library size by 10%.
Unplanned
Last Updated: 22 Nov 2021 14:16 by ADMIN
Created by: Timothy
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Currently the calling .hide() on a Kendo UI Notification hides all of the instances of that notification. It would be useful to have support for hiding a specific instance, perhaps by 'ID'.

I've accomplished this by using the .getNotifications() method and iterating over the notifications to find the one I wish to close, however built in support would be a timesaver!
Declined
Last Updated: 14 Oct 2021 11:24 by ADMIN
There are times when it is not obvious that the Listview contains more records than are displayed. It would be nice to have an optional indicator that there are more records above or below the current scrolled view. Another option is to keep the scrollbar turned on.
Completed
Last Updated: 05 Jul 2016 16:11 by Pascale
Created by: Matthias
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
1
After I filtered a column and deletes the filter content and press again the "Filter"-Button, nothing happens. Filter with empty string should clear the filter on the column,
Declined
Last Updated: 15 May 2015 12:40 by ADMIN
I have a very simple chart, with date category axis, 2 series with just 2 values (two days). I set rotation for labels on a category axis to 45.
When any "label" in a legend is clicked, the labels disappear.
This problem appears only if rotation is set to 45. I have tried to set rotation to 40 or 90 - both are just fine. But rotation 45 seems to be broken.
Declined
Last Updated: 11 Mar 2021 15:33 by ADMIN
We recently implemented a bubble chart for our system. The users loved it but wanted to see custom markers that would indicate "direction" of the data value. We couldn't see a way to put custom markers on the bubble chart (hence the term bubble I guess) so we looked at the scatter chart. This did everything we needed (custom marker, relative sizes, etc) but did not allow us to click on a marker that was behind another (like the bubble chart). We would like one or the other.
Declined
Last Updated: 11 Mar 2021 15:12 by ADMIN
Created by: Sam Bronchetti
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
On RadMap and other visual tools, it would be beneficial to have the ability to alter colors for specific data points or have each data point have the ability to define a color.  This would be similar to how series in RadCharts work in that I could define a color for a specific marker, or layer, etc.
Declined
Last Updated: 03 Mar 2020 15:50 by ADMIN
Created by: Sam Bronchetti
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
It would be beneficial to add additional support for tooltips natively on the Bubble Layer in RadMap
Completed
Last Updated: 08 May 2015 16:06 by Telerik Admin
Created by: Imported User
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
1
It's great having the tsd files as part of the full download.
It would even be better if you could submit a pull request to the DefinitelyTyped github repo https://github.com/borisyankov/DefinitelyTyped , as that would allow us to integrate Kendo UI documentation in JavaScript projects out of the box.

This repo is used by the npm tool "tsd", which allows for really easy automation of the downloading and updating of tsd files.

This would be akin to the bower dependency that you already submitted for kendo.core.
more info here: http://definitelytyped.org/

Thanks,

Jaume
Completed
Last Updated: 13 Aug 2018 12:57 by Mehul
Created by: Vasim
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
1
Automatically add page breaks to PDF export, currently if exporting contents with very long contents it exports as one single long page, the page break should happen based on the Page size for example "A4"
Unplanned
Last Updated: 28 Oct 2019 15:21 by ADMIN
Created by: Imported User
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
7
Our users love how pretty Kendo UI charts are. We usually visualize data for them with Pie or Bar charts, often in combination with a Kendo UI Grid.
However they almost always want the ability to export what they see in the browser to PowerPoint. One workaround might be to save the Kendo elements to an image and stick that into a PowerPoint slide. However they don't want that. They want a real PowerPoint slides with real PowerPoint charts and grids live objects like they were initially created in PowerPoint. We have managed to implement something to do that with OpenXML, but it will be a HUGE time saver if Kendo does that out of the box.