Declined
Last Updated: 06 Feb 2024 00:08 by Sergey
Created by: Arsham
Comments: 5
Category: Grid
Type: Feature Request
31
hello 
i`m always using kendo grid in my project
but i can`t import excel to kendo grid 
please make it possible to import excel file and select specific sheet to kendo grid
Declined
Last Updated: 12 Aug 2021 12:35 by ADMIN
Created by: Jonas
Comments: 2
Category: Grid
Type: Feature Request
27
We would like to have the possibilty to create custom implementation of grid columns (or any other control/component). Because we also have this in our WPF projects and it was very useful to minimize the redundant code and also the "initialization code". This can't be done in a simple template, for example we need to inject services and get data etc..

Example:
In our WPF project have lots of different grids with values related to units. The cell can convert this unit to and other unit itself, it can localize the texts, it shows the information in some kind of "progress bar", has a tooltip, etc... And all we have to do in the code is to set a column like this <custom-column valueField="test" unitField="test2" />.

It would be great to have this feature in the Angular 2 grid as well.
Declined
Last Updated: 27 Jul 2021 15:15 by ADMIN
Created by: Imported User
Comments: 3
Category: Grid
Type: Feature Request
19
Since column reordering is now avaialble, could you implement a way to set column index as an Input property, so it can be saved and loaded later?
Declined
Last Updated: 14 Dec 2022 22:19 by John
Created by: Holger
Comments: 13
Category: Grid
Type: Feature Request
18

Current behavior
The grid component already has the functionality to resize and reorder columns by the user, but is missing functionality for saving an restoring columns configuration, so that changes done by the user are lost after a page change.

There is the Persist the State article in the "How to section" in the documentation, but the described solution is only applicable when adding grid columns by using *ngFor. When defining columns in the markup, due to extensive usage of templates (kendoGridColumnMenuTemplate, kendoGridFilterMenuTemplate, kendoGridCellTemplate, ..), there is no reasonable solution available.

Expected behavior
Provide methods, similar to the jQuery grid, to save and restore columns configuration. This should at least include the column's order, width and sort.

 

PS: This is not a duplicate of the feature request Add persistent state for grid (and other components). The latter one has been marked as "Completed" but does not include the needed functionality.

Declined
Last Updated: 16 Jun 2021 14:49 by ADMIN
Created by: Imported User
Comments: 1
Category: Grid
Type: Feature Request
13
Refresh button like the one in the jQuery version
 http://demos.telerik.com/kendo-ui/grid/index

Example:
<ng-template kendoPagerTemplate>
     <kendo-pager-refresh-button (onRefresh)="refreshGrid()"></kendo-pager-refresh-button>
</ng-template>
Declined
Last Updated: 29 Jul 2021 13:07 by ADMIN
Created by: Imported User
Comments: 2
Category: Grid
Type: Feature Request
10
In a Kendo grid, Angular/MVC/JS/Whatever;
When using multi check filter.
----
Only show those values that are still useful to filter on!!!
---

When filtering is done(one to many columns) - ONLY the remaining options should be seen when setting the NEXT filter (not all possible values in the database) of course distinct and sorted

(the grid could have an option of doing it this way or the old way)
 

example:

let's say we have 5 numbers of categories, each category have 20 different details.

when filtering is set on one category, then when filtering on details - only the 20 remaining details should be seen, not 100(5*20)

and vice verse, if filtering one detail - only one category should be seen when filtering on category.

Declined
Last Updated: 14 Jun 2018 17:07 by ADMIN
Created by: Imported User
Comments: 2
Category: Grid
Type: Feature Request
6
Once in a while, I try out a new Version to see, whether performance has improved. and constantly, I find that this is not the case.
The best treeshaking technique from Angular is spoilt by KendoUI components because of all the millions of bytes of script code that get downloaded by your components and lead to a desastrous client experience!
Optimization would be as simple as a good redesign. I wonder, why this still did not happen over the last year!
Declined
Last Updated: 27 Jul 2021 12:08 by ADMIN
Created by: Myo
Comments: 1
Category: Grid
Type: Feature Request
5
Hi ,

I would like to vote for this .
Declined
Last Updated: 29 Jul 2021 13:57 by ADMIN
Created by: Mohsen
Comments: 1
Category: Grid
Type: Feature Request
5
Just like KendoUI supports offline datasource sync.
Declined
Last Updated: 02 Aug 2021 10:05 by ADMIN
Created by: Aneesh
Comments: 3
Category: Grid
Type: Feature Request
4
Support for showing and hiding rows in angular grid
Declined
Last Updated: 26 Jul 2021 15:06 by ADMIN
Created by: Musashi
Comments: 2
Category: Grid
Type: Feature Request
4
Scroll position is lost when navigating between routes. A way to set scroll position on the grid would be nice for navigating to a previous route.
Declined
Last Updated: 24 Aug 2017 16:22 by Trevor
Created by: smadar
Comments: 2
Category: Grid
Type: Feature Request
3
hi guys,
We are debating between ag-grid for Kendo ui angular 2....what better to use?
1. Does Kendo UI grid supports RTL (Right To Left)?
2.How to implement expandable row In ag grid angular 2 ?
3. How to implement paging  In ag grid angular 2

Declined
Last Updated: 11 Jul 2023 14:54 by ADMIN

Basically whats described in this issue right here: https://github.com/telerik/kendo-angular/issues/2093

 

It would be nice if column group visibility could be toggleable via the column chooser.

 

If not, a more elegant workaround would be to indicate in the column chooser that certain columns are part of column groups. The way it is now is too clunky and unclear.

For example, I have the following column groups:

 

But the above columns show up in the column chooser like so:

 

It would be nice if the column group name was at least prepended to child columns in the column chooser to at least indicate that it's part of a group. For example, it would show as follows instead:

[x] Latest read - Time

[x] Latest read - Value

[x] Latest write - Time

[x] Latest write - Value

 

Thanks so much.

Declined
Last Updated: 02 Aug 2021 09:55 by ADMIN
Created by: Ján
Comments: 1
Category: Grid
Type: Feature Request
3
Currently the filterCellTemplate is ignored for commnand column. It would be a handy feature if one could specify also content of filter cell for command column so in case filtering is enabled we could for example provide some suctom additional functionaly/content in that column (for example i wanted to add there a button that would reset all filters)
Declined
Last Updated: 02 Aug 2021 09:40 by ADMIN
The group panel on the grid should be configurable to be hidden
Declined
Last Updated: 13 Jul 2021 14:03 by ADMIN
I am honestly quite surprised that this isn't possible... if anyone has a workaround to make this happen it would be much appreciated. All I want to do is make the grid headers go 'Vertically' and have each 'row' become a column.
Declined
Last Updated: 29 Jul 2021 14:22 by ADMIN
Created by: Imported User
Comments: 1
Category: Grid
Type: Feature Request
3
Implement "Shift + Arrow Keys  adds the row which holds the focused cell to the selection (only for selection mode "multiple")", explained here (https://demos.telerik.com/kendo-ui/grid/keyboard-navigation)
Declined
Last Updated: 11 Jul 2023 14:48 by ADMIN
Created by: Clint Singer
Comments: 1
Category: Grid
Type: Feature Request
2
I would love a feature where I could completely customize the row template (not the row detail template) in the same way that one can style a cell via the cell template.  This would allow for any kind of row customization over and above what is possible with styling via css.
Declined
Last Updated: 11 Jul 2023 14:47 by ADMIN
Created by: Alan
Comments: 2
Category: Grid
Type: Feature Request
2
Please add a Search as you type feature, similar to the one, available in the WPF DataGrid to the Kendo UI for Angular Grid too:

https://docs.telerik.com/devtools/wpf/controls/radgridview/features/search-as-you-type
Declined
Last Updated: 08 Jul 2019 08:08 by ADMIN
Created by: Srinivas
Comments: 1
Category: Grid
Type: Feature Request
2

Hi There,

We started using Kendo Grid extensively. We came across below requirement and confirmed with your support team that the feature is currently not available. We think this would really allow users customise their display. 

Requirement analysis:

We would be using a common wrapper class across the org. 

We will be displaying list of records from the DB, at times, there are columns which contains a JSON,  we need to use a custom template to display the JSON. I understand I can go with an if condition in the template html of grid, but, that would lead me to end up having N number of conditions since we do not have a limited such use cases, each such instance would need to be rendered with different template.

The same is the case with row editing as well, for instance, for columns which accepts a description, we want to show a custom popover which would allow the user to specify the data in the way the customer wants (rich text with lot of customisation)

 

At a high level if we nail down into steps of the behaviour

1) Columns definition will come as a JSON which would also contain a template reference for any of the columns. 

 To elaborate more, If firstName and lastName are the columns at the DB level but for grid view I want to show them as a single column.

2) The JSON we are constructing will have a type attribute which would indicate me on whether to use a user defined template or regular one.

3) Corresponding data will be a JSON with possible keys required for the template.

1 2 3 4