Completed
Last Updated: 01 Oct 2021 12:17 by ADMIN
Created by: Per Lindsø
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
6
Declined
Last Updated: 14 Sep 2018 20:06 by ADMIN
Created by: sitefinitysteve
Comments: 12
Category: Kendo UI for jQuery
Type: Feature Request
6
Non-date values don't trigger change events...so I can't remove\fix non-date values

If you're gonna do that, then please at least make it so it ONLY accepts dates, like wipe the text if some non-date value is in there.

What you're doing to me is making me need to write my own blur\change for every date picker I use...ever...in anything


REF: http://www.kendoui.com/forums/kendo-ui-web/date-time-pickers/change-event-bug.aspx#GYb05l5uvUG-Bq_duYcF8Q
Completed
Last Updated: 13 May 2021 07:48 by ADMIN
Created by: Imported User
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
6
It would be really nice to have slide out panels or drawers (not the same as the existing mobile drawer, but similar).

The demo below shows a good example (left, right and top).

http://responsivewebinc.com/premium/sheldon/sheldonadmin/index.html
Completed
Last Updated: 31 Mar 2017 06:24 by Telerik Admin
Created by: Andrew
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
6
Presently, widget zoom events are only triggered from the mouse scroll wheel.

Please support zoom via touch input.
Declined
Last Updated: 17 Sep 2021 11:32 by ADMIN
Created by: Don
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
6
Sometimes there is a delay between when a user interacts with a widget and when something actually "happens".  This is especially evident on mobile apps (e.g. AppBuilder) when there are complex bound value changes/dom changes.

An example would be clicking a button in a ButtonGroup to display a ListView that uses a remote bound DataSource which displays images and text in the list.  Sometimes, in scenarios such as this, you'll click on the button of the ButtonGroup and nothing will happen for a few seconds.  This makes for a poor user experience.

Since we can't make the app react instantaneously we really need to at least make it appear that it is or else the app feels "slow".  Though some Kendo Mobile widgets attempt to aid with this by using the application.showLoading() when engaging in a "long" process, even that will ofen have a delay before showing.  I'm not sure why that is, maybe it's due to the order in which it is processed.

In any case, the first thing that every widget should do before anything else is indicate to the user that "yes, I acknowledge that you just clicked/tapped me and I am working".  An example of this is in iOS native apps when you are trying to delete an application.  As soon as you click the "x" to uninstall the app, it turns gray, even though it may take a few seconds before the app actually uninstalls.  If all Kendo Mobile UI Widgets gave feedback instantaneously, that would go a long way to covering up some performance issues that might exist with the framework.
Unplanned
Last Updated: 12 Aug 2021 13:37 by ADMIN
Created by: Olga
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
6
Base units for chart include Months, Day, Year etc but there is no support for Quarter.  This causes gaps on the chart when displaying quarterly data.
Unplanned
Last Updated: 12 Aug 2021 13:37 by ADMIN
Created by: Manuel
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
6
In the current implementation of the widget, when user tries panning or zooming, there are not map tiles transitions. You just see some white squares until the new tiles are rendered. It would provide a better user experience to have some sort of transition in those interactions. 
Declined
Last Updated: 16 Sep 2021 13:46 by ADMIN
Created by: Joe
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
6
First, it would be helpful if there was a way to apply a format for an entire column (except for, obviously, header and footer rows). This would prevent us from having to write a script that loops over every row to format every 3rd column (for example) to a specific format.

In addition, it would be nice to be able to use Kendo formats for columns and have that automatically translated into Excel formats. In my case, I have to write a translation layer that, in my opinion, would be much simpler if it was incorporated into the back end. If this could even auto-format to match the format used in the grid display on the page, it would be even better.
Declined
Last Updated: 24 Jun 2021 11:21 by ADMIN
Created by: Ruben
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
6
Add the RadRadialMenu from the Win8 controls to Kendo UI
Unplanned
Last Updated: 26 Jul 2021 12:39 by ADMIN
Created by: ahmed
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
6
consider  Golang wrappers for KendoUI
Completed
Last Updated: 21 Sep 2021 11:40 by ADMIN
Created by: Sean
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
6
Now that Kendo UI 2016.1.* includes jQuery via the UMD wrapper, it would be great if that were the version of jQuery that was used.

I admit that I find the many IIFEs difficult to read, but it appears that you've only included jQuery in the wrapper to ensure that it is loaded, and you don't assign it to anything.

We'd like to be able to use jQuery.noConflict with all of our dependencies, and Kendo is the last one preventing that.
Declined
Last Updated: 05 Jul 2021 14:09 by ADMIN
The only way to detect when a control has completed binding to a datasource is via it's dataBound event. When you need to know if multiple controls have been dataBound it creates a less than ideal situation.

A common scenario I encounter is when I have a search view with multiple dropdownlists and I need to set default values in those dropdownlists prior to loading a Kendo grid with search results based on the selections in the dropdownlists. Note: these are not cascading dropdowns - each dropdownlist is independent of the others. 

In order to set the selected values in each dropdownlist I have to know when each one is databound and only then can I set the selected value. Once all dropdownlists are databound then I can refresh the grid based on those selections. 

In order to make this work I have to "chain" the dropdownlists together. To do this I set the first dropdownlist AutoBind = true and the rest false. When the first dropdownlist dataBound event fires my JavaScript selects the correct value in that dropdownlist and refreshes the datasource on the next dropdownlist in the chain. When its dataBound event fires I select its value and refresh the next dropdownlist's datasource in the chain and so forth. This pattern continues until all dropdownlists are databound. In the last dropdownlist dataBound event handler I refresh the grid's datasource now that all the default selections have been made. 

This implementation is messy and cumbersome. It would be nice to have a parent Kendo ajax manager that all databound controls in the view could register with when the view loads. Then each databound control would notify the ajax manager when it is databound. The ajax manager would then fire an event to indicate that all controls have been databound. Then my code could handle setting the default dropdownlist values and refreshing the grid in one event handler which would be much cleaner than the current approach.
Unplanned
Last Updated: 16 Sep 2021 11:20 by ADMIN
Created by: louis
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
6
Having this ability would be very useful, as the current solution from an angular standpoint is targeting the listviews before state using CSS:

   [kendo-list-view]:empty:before {
        content: '{{$ctrl.noResultsCaption}}';
        display: block;
        text-align: center;
        padding-top: 5px;
    }
Completed
Last Updated: 06 Jan 2022 12:57 by ADMIN
Is Multiple File upload possible in imagebrowser ?

I would like to integrate upload (progressbar) with imagebrowser ?
Completed
Last Updated: 01 Oct 2021 12:28 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
6
It would be great if I could resize a widget to span multiple columns in the kendo sortable panel demo. 

http://demos.telerik.com/kendo-ui/sortable/sortable-panels
Unplanned
Last Updated: 16 Dec 2021 12:11 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
6
Spreadsheet does not have a configuration option for maintaining the scroll position per sheet when scrolling horizontally. Currently spreadsheet maintains the common scrolling position whenever we move different sheets.
Unplanned
Last Updated: 16 Jun 2023 10:00 by Brian
I think it could be useful to have a configuration option that enables/disables the TreeView's connection lines
Completed
Last Updated: 25 Mar 2020 18:10 by ADMIN
Created by: ghd258 ghd258
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
6
@Html.DevExpress().ComboBox(
    settings => {
        settings.Name = "comboBox4";
        settings.Width = 180;
        settings.SelectedIndex = 0;
        settings.Properties.DropDownWidth = 550;
        settings.Properties.DropDownStyle = DropDownStyle.DropDownList;
        settings.CallbackRouteValues = new { Controller = "Editors", Action = "MultiColumnComboBoxPartial" };
        settings.Properties.CallbackPageSize = 30;
        settings.Properties.IncrementalFilteringMode = IncrementalFilteringMode.StartsWith;
        settings.Properties.TextFormatString = "{0}";
        settings.Properties.ValueField = "CustomerID";
        settings.Properties.ValueType = typeof(string);

        settings.Properties.Columns.Add("ContactName", "ContactName", 130);
        settings.Properties.Columns.Add("CompanyName", "CompanyName", Unit.Percentage(100));
        settings.Properties.Columns.Add("Country", "Country", 60);
        settings.Properties.Columns.Add("Phone", "Phone", 100);
    }
).BindList(ViewData["Customers"]).GetHtml()
Completed
Last Updated: 26 Jan 2018 16:44 by ADMIN
Created by: Venkatesh
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
6
Kendo not support in Chrome latest version. it get flickering

Google Chrome is up to date
Version 61.0.3163.100 (Official Build) (64-bit)
Duplicated
Last Updated: 28 Apr 2021 14:02 by ADMIN
Created by: Diego
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
6
It would be nice to add the telerik controls for flutter.