Duplicated
Last Updated: 25 Mar 2021 12:18 by ADMIN
Created by: Yann
Comments: 2
Category: MVVM
Type: Feature Request
49
Allow to sort an ObservableArray

The current work around is to use the native array function

Array.prototype.sort.call(myArray, myComparer);
Duplicated
Last Updated: 22 Mar 2021 13:59 by ADMIN
Created by: Imported User
Comments: 4
Category: Grid
Type: Feature Request
20
Have a simple Boolean option that tells the filter to either use or ignore the time portion of a filter on type 'date'. Filtering 'exactly' on date and time is almost useless, whereas filtering on a day provides useful information.
Duplicated
Last Updated: 04 Mar 2021 12:44 by ADMIN
Created by: Matt
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
19
Plotband functionality for RadHtmlCharts in UI for Asp.net AJAX definitely needs the ability to add tooltips and labels, otherwise the plotband is meaningless.
Duplicated
Last Updated: 11 Apr 2023 07:58 by ADMIN
Created by: Artem
Comments: 1
Category: Date/Time Pickers
Type: Feature Request
16
It would be great to allow custom configuration of Time drop down in DateTimePicker control.
Since most occurrences in normal system will take place between normal business hours (7am - 6pm), it would make sense to have the time dropdown start at 7am and then go on from there so it would be:
7am 8am 9am .... 4pm 5pm 6pm ...... 12am 1am etc.
This would improve user experience by putting the most commonly selected times first in the dropdown list and reduce the scrolling the user has to perform.
Duplicated
Last Updated: 26 Jun 2020 12:43 by ADMIN
Created by: ahmed
Comments: 2
Category: Grid
Type: Feature Request
15
Enable kendo UI to Export excel with images
it would be a great feature if kendo supports to add images while exporting excel sheets
Duplicated
Last Updated: 14 Aug 2020 13:45 by ADMIN
Created by: Larry
Comments: 0
Category: Drawer
Type: Feature Request
12

Hi Team, 

I would like to request to support hierarchical menu options for the Kendo UI Drawer.  For example in Account with children: Billing, Plan, History. 

Thank you

Duplicated
Last Updated: 03 Mar 2020 09:49 by ADMIN
Created by: Jonathan
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
11
http://www.telerik.com/help/silverlight/radexpressioneditor-overview.html
Duplicated
Last Updated: 02 Sep 2021 11:22 by ADMIN
Created by: Imported User
Comments: 0
Category: Grid
Type: Feature Request
10
sometimes you use same data which presented with grid and chart, but sometimes it need to be grouped by different categories such as in chart or grid, the problem is that you need to map data between categories in the chart and the grid
Duplicated
Last Updated: 01 Jul 2021 11:57 by ADMIN
Created by: Marc
Comments: 0
Category: Scheduler
Type: Feature Request
10
The RFC for iCal supports up to a recurrence at the second level.  While I think that is too much, you should be supporting recurrence at the minute level.

The Windows Task Scheduler supports this, as well as Linux/Unix Cron.

If you are using the Scheduler Widget as a UI for a job/task scheduling system, then having the ability to schedule at the minute level is important.

This is related to the feedback request to "Add hourly recurrence editor to Scheduler".
Duplicated
Last Updated: 01 Jul 2021 11:53 by ADMIN
Created by: Franck
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
10
Please see http://dojo.telerik.com/uSaq/3 When you click on the "reload" button, the gauge always animates from 0 to the given value.

We would like to animate the gauge between current and next value, without jumping to 0.

(related to support ticket : http://www.telerik.com/account/support-tickets/view-ticket.aspx?threadid=892750 )
Duplicated
Last Updated: 15 Jul 2021 09:49 by ADMIN
Created by: Chris
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
9
Something similar to this: http://ui.ajax.org/#demos/elements.flowchart
Duplicated
Last Updated: 25 Feb 2020 14:22 by ADMIN
Created by: Imported User
Comments: 1
Category: Spreadsheet
Type: Feature Request
8
Can we have a facility to copy a cell and paste it to a selection. (i.e paste to multiple cells)
Duplicated
Last Updated: 04 Mar 2020 15:34 by ADMIN
Created by: Manoj
Comments: 1
Category: NumericTextBox
Type: Feature Request
8

Provide an option for the Kendo UI NumericTextBox to select its value on focus.

This would be a useful feature for data entry situations so you can start typing immediately. 

We are aware of the proposed how to article but this is not a good solution for large applications. 

Can we have something like "selectOnFocus: true". The code fix for this could be:

kendo.ui.NumericTextBox.fn._focusin = function(){
  var that = this;
  that._inputWrapper.addClass("k-state-focused");
  that._toggleText(false);
  that.element[0].focus();
// code to add to Kendo source
if(that.options.selectOnFocus){
  setTimeout(function(){
    that.element[0].select();
  });
 }
}

Kind Regards,
Manoj

 

Duplicated
Last Updated: 12 Mar 2020 15:45 by ADMIN
Add support for canvas rendering to the grid. This will improve performance of the grid considerably.

Part of our testing we have concluded that the current kendo grid is not working well with a number higher than 1000 records as it will become very slow when the user is scrolling the data. In an attempt to fix this the virtual scrolling has been introduced but this breaks the grouping as the number of records displayed do not take into consideration if a group is collapsed or not. Therefore you may end up in a situation where you collapse a group with 100 rows and the grid will not display the next groups as they are not part of the current page (e.g page size 10);



As an example of a canvas based grid see below:
https://github.com/openfin/fin-hypergrid
Duplicated
Last Updated: 11 Jan 2021 14:44 by ADMIN
Created by: Jacob
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
8
There only seems to be support for assigning a display timezone to the Scheduler component.  This means that other date/time components/formats are forced to use either the browser's timezone (default) or require various event hacks to allow for manual conversion of values from the browser timezone to the preferred timezone used to display date/time values.

It would be very nice if the following were supported:

1. Ability to set a default timezone across all date/time widgets (not just the scheduler). This could be similar to how cultures are set to localize messages and formats.  If left unset, it would use the browser's timezone.

2. Ability to set a display timezone (different from the default) on all date/time components similar to what's available on the Scheduler.  

Those features should yield the following benefits:
- allow end-users of applications using Kendo to select/store a preferred display timezone, which could be applied to all components.  
- reduce the additional effort and workarounds required to apply a particular timezone consistently across all/some widgets
- If #2 allowed for functions (at least on some components like the Grid), it should make it possible to display date/times based on timezone values from records
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.
Duplicated
Last Updated: 12 May 2022 12:35 by ADMIN
The DataBound event fires for each node that has children, but does not fire for the bottom-level nodes.  This is the same behavior as the hierarchical data source Change event.  It fires for each datasource level, which includes a parent and its children, but does not fire for the children unless they also have children.

Since there also is no event that triggers when the entire tree is loaded, there is no good way to perform an operation on each TreeView node after the TreeView is refreshed.  The only way is to traverse the tree after using a timeout to wait for the datasource to load.  This is a brittle arrangement.  Incident 1041348 provides a test case for this scenario.
Duplicated
Last Updated: 27 Feb 2020 16:26 by ADMIN
Go here: http://demos.kendoui.com/web/tooltip/api.html


1. Click on Area 1 or Area 2
2. Scroll down the page

Current result: tooltip is closed

Expected result: tooltip should not close when the I scroll the scrollbar using either the mouse wheel or pointer.
Duplicated
Last Updated: 02 Dec 2021 11:54 by ADMIN
Created by: mkosieradzki
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
5
Add possibility to create cell editors with button opening popup or window containing for example Rich text editor, textarea or any other advanced editor. Currently it is impossible due to some limitations in grid incell editing design.
Duplicated
Last Updated: 24 Oct 2022 09:30 by ADMIN
Created by: Cheng Mun
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
4

Hi Support Team,

Would like to request for a new feature to double click on the header column or row can auto fix the column and row size.

1 2 3