Completed
Last Updated: 03 Apr 2024 07:45 by ADMIN
Release 2024 Q2 (May)
Created by: Kristina
Comments: 0
Category: Grid
Type: Feature Request
5
It would be nice to have the progress when exporting the grid to excel so that the user knows that something is happening.
Completed
Last Updated: 29 Mar 2024 08:54 by ADMIN
Release 2024 Q2 (May)
Created by: Thomas
Comments: 0
Category: Grid
Type: Feature Request
5
When we have a Grid with Resizable Columns we may need some of them to be non-resizable (ex. a column containing only status icons).
There are work around and customizations:

Column Resize - Min Width on Resize
http://www.telerik.com/forums/column-resize---min-width-on-resize

but I believe it will be more handy to define requested behavior as a property of the specific column (ex. in row template).

Also, for non resizable columns the user should not even take a resize handle when going on a non resizable column boundary instead of try to resize and when the user leaves the resize handle the column is bouncing back (restoring) the minimum width defined.

Regards,

Thomas
Completed
Last Updated: 25 Mar 2024 11:33 by ADMIN
ADMIN
Created by: Stoich
Comments: 4
Category: Grid
Type: Feature Request
8
Currently you can clone the Pager to make it appear both on Top/Bottom. This should be configurable so that you can have in on top of the grid or the bottom of grid or both
Completed
Last Updated: 25 Mar 2024 10:10 by ADMIN
Created by: Garðar
Comments: 6
Category: Kendo UI for jQuery
Type: Feature Request
82
It would be a great help if there was a way to add a Trendline to a line chart in the DataViz collection.  This function is available in excel and other similar programs.  
The wiki page explains:
http://en.wikipedia.org/wiki/Trend_line_%28technical_analysis%29
Completed
Last Updated: 25 Mar 2024 10:03 by ADMIN
Created by: Saif Akhtar
Comments: 1
Category: TreeView
Type: Feature Request
1

Hi Team,

I'd like to request the autoScroll functionality with Keyboard Navigation for the Kendo UI TreeView so if the user navigates below or above the page, the focused item will scroll into view.

Thank you!

Completed
Last Updated: 18 Mar 2024 12:49 by ADMIN
Release 2024 Q2
Created by: Dan
Comments: 0
Category: Grid
Type: Feature Request
19
showColumn() and hideColumn() is great, but it would be nice if we could pass multiple columns to the methods (maybe as an array).

It's extremely slow if I create a loop and call show/hideColumns(x) multiple times.

This would ideally apply to any grid component (Kendo Grid and TreeList).
Completed
Last Updated: 18 Mar 2024 12:47 by ADMIN
Release 2024 Q2
When performing a grid refresh, the grid re-renders the all the grid rows. 
I think it would be very efficient to have a choice to render specific, changed rows. 
This is valuable if the grid has many items (200 items for example).
Completed
Last Updated: 13 Mar 2024 13:16 by ADMIN
Created by: Michael D
Comments: 5
Category: Toolbar
Type: Feature Request
0

Currently, the Kendo UI Toolbar supports adding icons to items by setting the "icon" property as documented here. However, only Kendo's own icons are supported.

In other widgets (like the Grid), adding custom icons (to a toolbar!) is already possible by specifiying an icon class.

However, if you wanted a third-party icon (or one of your own) directly to a standalone Toolbar, you would need to create a whole new template from scratch or replace the DOM element after rendering or use some hacky approach like demonstrated in this DOJO. While the first one means a lot of work, the latter ones are both not very stable.

Therefore, I propose to extend the icon support for Toolbars in general. I can think of two different solutions:

  1. Let the developer specify an icon class (like in the Grid) that is then written into the DOM.
  2. Let the developer specify some sort of "content template" that is displayed e.g. in a button or a splitButton. This way any content may be displayed in a toolbar item and this also allows for more complex and customized styling regarding the layout of e.g. icon and text.
Completed
Last Updated: 24 Jan 2024 14:29 by ADMIN
Created by: Bridge24
Comments: 5
Category: Grid
Type: Feature Request
12

Hi, we use the grid "toolbar" property.  But, we found that the documentation of the kendoToolBar "standalone" offers more possibilities, like adding a type "separator", groups, toggle, ...

My question is:
When I create my grid, is it possible to get a reference to its containing kendoToolBar (if it's a complete kendoToolBar ?), that allow to add more complex items.

Something like: 

var kgrid = $('#grid1').kendoGrid({toolbar: [...]}).data("kendoGrid").

var kToolbar = $('#grid1 .k-grid-toolbar').data("kendoToolBar") // or kgrid._secret_property?

kToolbar.add({type: "separator"})

I tried that, but the kToolbar is undefined.

 

Completed
Last Updated: 24 Jan 2024 14:28 by ADMIN
Created by: Nohinn
Comments: 2
Category: Grid
Type: Feature Request
13
Is it possible that you include a way to resize rows on a grid like we have the option to resize columns?

My application has a default row height retrieved from database, we do not let the content to overflow this row height. 
But instead we want to give the user the option to manually resize the row to see the full text content.

This row resizing, though it is done only on one row would affect all the rows currently shown.
Completed
Last Updated: 15 Jan 2024 07:59 by ADMIN
Release 2024 Q1

Hi Team,

 

It's an issue in keyboard navigation support for DropDown Tree, where am not able to scroll to the end node. Given the scenario in below link

https://dojo.telerik.com/IROwUrot

 

Am using  2019.2.619 version.

 

 

Regards,

Minati

Completed
Last Updated: 12 Jan 2024 09:40 by ADMIN
Release R1.2024-Increment.1(15.Nov.2023)
Created by: Srinivas
Comments: 13
Category: Kendo UI for jQuery
Type: Feature Request
8

Hi Telerik Team,

We are using latest version (2022.1.412) of the Kendo jQuery tool set. The latest version of Kendo jQuery is using one of the older version of jszip 2.6.1, which is being tagged a vulnerable by our scanning tool. Can you please upgrade the version of jszip in your latest Kendo jQuery (KendoUIProfessional and Telerik.UI.for.AspNet.Mvc5)  

Completed
Last Updated: 19 Dec 2023 14:50 by ADMIN
Release R1.2024-Increment.2(31.Jan.2024)
When using a screenreader in navigate mode the grid does not announce that the column headers are links that can be used to sort the table.  There are aria-label tags added when a grid grouping function is active (like the demo at https://demos.telerik.com/kendo-ui/grid/keyboard-navigation), but there is no aira-label text to indicate the sorting behavior. 
Completed
Last Updated: 13 Dec 2023 09:28 by ADMIN
Created by: Imported User
Comments: 11
Category: Gantt
Type: Feature Request
12
It would be nice if tasks could be added to gantt that are missing a start date, end date or both dates.

For our use case this feature is not only useful, but mandatory. We are visualising a project workflow that goes through several phases and steps. Within our application, the client fills in the dates for these tasks and milestones as the project progresses. Not all dates are filled-in at all times, however when a project manager creates a gantt chart, he wants to see all the tasks. A task without a date is an information in itself. 

Currently we have to create a fake date entry for tasks without dates.
Completed
Last Updated: 30 Nov 2023 10:17 by ADMIN
Created by: Alina
Comments: 1
Category: Spreadsheet
Type: Feature Request
2

Hi Team,

I would like to request the Kendo UI Spreadsheet to include JSZip 3.x functionality for future releases. 

Thank you!

Completed
Last Updated: 28 Nov 2023 14:55 by ADMIN
Created by: Satish
Comments: 3
Category: Grid
Type: Feature Request
4
Kendo grid doesn't have in-built functionality to prevent row selection based on some condition.
One way is to remove css class "k-state-selected".
But i think there should be something like "changing" event which will be called before "change" event.
In that event developer write code and can cancel "change" event.
Or 
Boolean property something like "enabled" at row level (or cell level for cell selection) .
Completed
Last Updated: 24 Oct 2023 10:11 by ADMIN
Release R1.2024-Increment.1(15.Nov.2023)
Created by: Ladislav
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
0

Currently, when a Kendo component is initialized in the TreeList template it should be initialized in databound, expand, collapse events.

  • As the nodes are refreshed when they are expanded the components will not appear as expected in case they are not reitinitized in the collapse/expand event handlers.
  • In addition, a setTimeout is needed to ensure that the needed elements are rendered when a node is expanded or collapsed. Adding the timeout leads to a flickering that is not a good user experience solution.
    The dojo linked here demonstrates such an example - https://dojo.telerik.com/@NeliKondova/eFaFEveD

 

I would like the behavior to be enhanced in order to allow initializing the Kendo component in the TreeList template without the need to use the setTimeout function and if possible without reinitializing the components in the expand/collapse event handlers.

   
Completed
Last Updated: 03 Oct 2023 13:13 by ADMIN
Release R3.2023-Increment.3(11.Oct.2023)
Created by: CHARBEL KALLASSY
Comments: 0
Category: Date/Time Pickers
Type: Feature Request
5
Date picker when entering the day or day and month to autofill the content with current year or current month and year, same as asp.net ajax datepicker
Completed
Last Updated: 18 Sep 2023 08:45 by ADMIN
Created by: Jae
Comments: 1
Category: DateInput
Type: Feature Request
6
I would like to request a configuration for whenever a user types in each Date input section, it will automatically move to the next Date section within the input. 
Completed
Last Updated: 12 Sep 2023 14:21 by ADMIN
Created by: Adrian
Comments: 21
Category: Kendo UI for jQuery
Type: Feature Request
25
CSP is a great security feature. It should be fully supported by Kendo! The best would be some way to precompile Kendo Templates. Second option could be that you can use Kendo + CSP when not using own Kendo Templates at all. 
1 2 3 4 5 6