Unplanned
Last Updated: 29 Jul 2021 13:35 by ADMIN
Created by: João Vitor
Comments: 0
Category: Grid
Type: Feature Request
40
As described here: https://github.com/telerik/kendo-angular/issues/731

The function toODataString not generate the string with the groupby and aggregate.
In order to the groupby funtionality of Grid component to work with OData, this is needed.

Sample (code) available at https://github.com/telerik/kendo-angular/issues/731
Unplanned
Last Updated: 03 Aug 2023 09:48 by ADMIN
Created by: Annamalai
Comments: 14
Category: Grid
Type: Feature Request
32

Hi Team,

In continuation of https://www.telerik.com/account/support-tickets/view-ticket/1447763. Requesting a feature to grid rows merge like below example,

Col1Col2Col3Col4Col5Col6
Row1Row1Row1Row1Row1Merge1
Row2Row2Row2Row2Row2
Row3Row3Row3Row3Row3Merge2
Row4Row4Row4Row4Row4
Row5Row5Row5Row5Row5
Row6Row6Row6Row6Row6Merge3
Row7Row7Row7Row7Row7
Row8Row8Row8Row8Row8Merge4
Row9Row9Row9Row9Row9

Thanks!

Unplanned
Last Updated: 12 Oct 2023 09:10 by Bundyo
In Grid inline editing right now when we click on  addnew row ,new row is adding as the first row of grid. can we get feature like when we can add new row at specific position in the grid
Unplanned
Last Updated: 27 Jul 2021 14:00 by ADMIN
Created by: Imported User
Comments: 1
Category: Grid
Type: Feature Request
15
It is difficult to move a column beyond the columns that are currently visible without using the horizontal scroll. So as column are listed in the drop down it would be good to be able to reorder here. 

Could also implement the auto scrolling of the horizantal scroll when moving column beyond the visible scroll. Both would be good. 
Unplanned
Last Updated: 24 Dec 2019 07:57 by ADMIN

In my kendo-grid I want to have a kendoGridFooterTemplate span across multiple columns the same way the kendo-grid-column-group allows you to do with the header. 

I want that "Total : " footer to start at that cell, but then continue on as needed into the other two cells to the right.

Unplanned
Last Updated: 19 Jun 2019 07:01 by ADMIN
Created by: Kaloyan
Comments: 0
Category: Grid
Type: Feature Request
13
Could you provide an example demonstrating how to integrate the Grid with ngRx state management. 
Unplanned
Last Updated: 28 Feb 2024 08:34 by ADMIN
Created by: John Tobin
Comments: 9
Category: Grid
Type: Feature Request
12
Add ability to create multi-column headers for Kendo Ui for Angular Grid component. We should be able to use a nested array with n levels and the multi-column headers should be created dynamically by the grid.


Unplanned
Last Updated: 13 Jul 2021 12:17 by ADMIN
Created by: Imported User
Comments: 1
Category: Grid
Type: Feature Request
11
When exporting the grid contents as a PDF file, we only have the option to export the current page or all pages. There should also be the option to export specific data, like there is for the Excel Export (https://www.telerik.com/kendo-angular-ui/components/grid/export/excel-export/#toc-exporting-specific-data).
Unplanned
Last Updated: 18 Jan 2024 20:26 by Augusto
Created by: Richa
Comments: 2
Category: Grid
Type: Feature Request
11

Hi, 

 

There is no event to cater mouse-over events for rows in k-grid. This is important if we need to perform something row specific.

Also, this is not achievable through javascript events. So it should be a feature in Kendo.

 

Thanks!

Richa

Unplanned
Last Updated: 29 Jul 2021 10:08 by ADMIN
Suggestion: Make the  'select all' checkbox in the grid more intuitive for the user.

When we combine virtuall scrolling and selection via checkboxes for the kendo grid the 'select all' checkbox in the header will only select rows which are already visible / paged in.

This is of course because kendo does not yet now about the not yet paged in rows.
On the other side this behavior is quiet unintuive for the user.
The user does not know about page border and expects the select all checkbox to check all rows.

The desired functionality could be realized by internally differentiating between two selection modes, one where the selected rows are are accessible via api (normal mode) and one where the deselected rows are accessible via api (mode where select all is enabled).

This would increase the user experience. 
Unplanned
Last Updated: 20 Sep 2023 06:45 by ADMIN

Hello,

I would like to request a way to have the selected/unselected column menu sorted separately from the table's columns.

Here is our table which demonstrates the current behavior.

When first rendered on the page:

After re-arranging the columns:

However, it'd be nice to have the column menu sorted separately from the table's columns. Thank you.

Unplanned
Last Updated: 06 Feb 2020 12:03 by ADMIN
Current Silverlight Solution has the ability to filter based upon the operators of "Is Contained In" and "Is Not Contained In". When will this be available for the Angular version. This is delaying a move from Silverlight to HTML5 and Angular 4, as our client is dependent upon the existing feature.
Unplanned
Last Updated: 20 Jan 2020 05:17 by Maayan
Created by: Mark
Comments: 5
Category: Grid
Type: Feature Request
9
Currently, the auto resize of the the columns does not take the width of the grid into account.  I don't think this is how most users would expect this to work.  The autofit of the columns should be able to resize the columns so that they work as best they can within the grid's bounds.

Now, when I autofit my columns, the first thing I have to do is resize the columns manually so I can see the whole row on the screen.  Since I end up resizing the columns manually anyway, autofit ends up not really helping me much.

Some toolkits I have used have a resize mode for a table which determines whether or not all columns are to always be visible or not.  If all the columns are to always be visible, resizing one column needs to resize the others so that everything still fits.  This "mode" could determine which algorithm autofit should use
Unplanned
Last Updated: 27 Jul 2021 13:59 by ADMIN
Created by: Corbin
Comments: 0
Category: Grid
Type: Feature Request
9
Add the RowTemplate feature of JQuery Grid to Angular Grid.

https://demos.telerik.com/kendo-ui/grid/rowtemplate

In particular we are looking to be able to define 2 rows of data per row. The second has cells that span multiple columns so we are unable to achieve what we want with a Cell Template ( https://www.telerik.com/kendo-angular-ui/components/grid/columns/templates/ ).
Unplanned
Last Updated: 04 Feb 2019 10:56 by ADMIN
Created by: Jason
Comments: 5
Category: Grid
Type: Feature Request
8
Any plans on creating a Distinct Filter for the grid? 

One like Wijmo has?  https://ibb.co/fo7gwQ
Unplanned
Last Updated: 28 Oct 2019 09:52 by ADMIN
Created by: Diego
Comments: 3
Category: Grid
Type: Feature Request
8

Please add a template about custom hierarchy cell template.

We have to add few icons in it and also before it and we would like to use angular native way.

Unplanned
Last Updated: 21 Jul 2020 05:51 by ADMIN
Created by: Anshul
Comments: 1
Category: Grid
Type: Feature Request
7

Hello Team,

When in Kendo-Grid for Angular there more columns then that fits in the page, we get a horizontal scroll.

If i apply reordering of columns and try to move one to any direction.

1. If the columns need to be moved on same visible section, it does moves perfectly.

2. but if i want to move something beyond the visible section, i can't as the scrolling does not work automatically, either i need to use Keyboard to move scroll bar which in case users needs to be trained or is not user friendly or i need to it in parts.

 

Please help us to include feature to auto scroll when we move columns

 

Thanks

Unplanned
Last Updated: 19 May 2022 15:20 by ADMIN
Created by: Kendo UI
Comments: 0
Category: Grid
Type: Feature Request
7

The sticky columns functionality is not working properly with multi-column headers (kendo-grid-column-group).

It would be a nice enhancement to provide support for such scenarios and perform the necessary internal calculations. That will ensure locking a group column will be working as expected.

Example of the current behavior - https://stackblitz.com/edit/angular-y2dtxq

Unplanned
Last Updated: 25 Jul 2022 18:07 by Kerim
Created by: Kimberly
Comments: 3
Category: Grid
Type: Feature Request
7

The Angular Grid export only includes PDF and Excel formats. Requesting an enhancement to be able to export to CSV for purposes of opening the data in a text editor other than Excel or to allow for easier upload into other applications.

There are articles that show how to do this but it would be better out of the box from Telerik.

https://stackblitz.com/edit/kendo-angular-grid-csv-export?file=app/app.component.ts

https://www.codeproject.com/Articles/5162666/CSV-Export-In-Angular-with-Kendo-Control 

 

 

Unplanned
Last Updated: 29 Jul 2021 12:13 by ADMIN
Created by: Naseer
Comments: 0
Category: Grid
Type: Feature Request
6
Kendo Angular PDF is currently has good functionality to export/download  as PDF. My Idea is that , if Kendo can extend its PDF export functionality with print also. 

Problem - Currently using kendo PDF download, the GRID or any HTML component looks good to the users. But the same Grid if the user want to print , then the developers has to use some third party scripts to generate the print object and do the print. still its not appears as good as it appears in PDF. so the end users are complaining why the PDF export and the print is different in look and feel. 

Here are the steps to overcome. 
1. should have a print PDF functionality which opens the PDF into new window. 
2. the user has the option to download or print the pdf using PDF in-built options. 
3. Kendo to provide fix to open in new window for all browsers ( IE, chrome, firefox etc) 
4. Kendo print should not send the request to underline printer or any other hardware device. 
1 2 3 4 5