Completed
Last Updated: 30 Jun 2021 12:52 by ADMIN
Created by: Misael
Comments: 2
Category: Grid
Type: Feature Request
12
The first row of the grid should be selected as default, in case some data on the screen depends upon the selection in the grid without the need for the user to select one to show information.
Unplanned
Last Updated: 18 Jan 2024 20:26 by Augusto
Created by: Richa
Comments: 2
Category: Grid
Type: Feature Request
12

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

Completed
Last Updated: 19 Jan 2018 11:52 by Abelardo
Created by: Justin
Comments: 3
Category: Grid
Type: Feature Request
12
The new Kendo for Angular Grid doesn't look to have any keyboard support. This is necessary to pass Section 508 a11y. I don't see any items on the Kendo github, nor any ideas in this portal. 
Duplicated
Last Updated: 29 Jun 2021 14:01 by ADMIN
We need feature like copy data from excel and paste it directly into the kendo grid for angular. 
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.


Completed
Last Updated: 18 May 2021 15:27 by ADMIN
Created by: Павел
Comments: 2
Category: Grid
Type: Feature Request
12
Add events like detailInit, detailExpand, detailCollapse in the Kendo Grid for jQuery. Add possibility to know whether the detail template is expanded or not.
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: 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. 
Completed
Last Updated: 13 May 2020 08:08 by ADMIN
Created by: Batdelger
Comments: 1
Category: Grid
Type: Feature Request
10
I want to display my data in multiple type of views (grid, listview ...etc). So I need to place PagerComponent outside of GridComponent
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.

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.

Completed
Last Updated: 13 May 2020 07:59 by ADMIN
Created by: Imported User
Comments: 1
Category: Grid
Type: Feature Request
9
It would be nice to have support for horizontal virtual scrolling for the Grid in cases of large number of columns. Just like the current feature for vertical scrolling, in which you can update the visible rows through a pageChange() event handler.
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: 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.
Completed
Last Updated: 13 Jul 2021 11:27 by ADMIN
Created by: Marian
Comments: 1
Category: Grid
Type: Feature Request
9
Introduce support for Loading / Error templates for components. eg.:

<kendo-grid [success]="boolean" [loading]="boolean>
  <div kendo-error-template>
   We Cannot load your data
  </div>

 <div kendo-loading-template>
    <!== some kind of spinner, or just text>
  </div>
</kendo-grid>
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.

Completed
Last Updated: 24 Apr 2017 14:46 by ADMIN
Created by: Arun
Comments: 1
Category: Grid
Type: Feature Request
8
MultiColumn Headers Support like in Kendo UI Grid
Duplicated
Last Updated: 15 Jun 2021 12:02 by ADMIN
Created by: Robert
Comments: 0
Category: Grid
Type: Feature Request
8
It would be nice to have a builder for complex filter in the grid like that: https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/FilterBuilder/Angular/Light/Compact/
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