Completed
Last Updated: 16 Jun 2021 13:43 by ADMIN
Created by: Dennie
Comments: 1
Category: Grid
Type: Feature Request
1
When mouse hover over a specific row, a tooltip to show more information should be shown
Declined
Last Updated: 16 Jun 2021 13:41 by ADMIN
Created by: Trevor
Comments: 1
Category: Grid
Type: Feature Request
1
The grid needs a ton of work.  It just looks bad, the API is poor (having to do weird css selects just to find a selected row for example). 
Declined
Last Updated: 16 Jun 2021 13:38 by ADMIN
Created by: Emanuele
Comments: 1
Category: Grid
Type: Feature Request
1
When user empty the filter field relative filter state must be spliced and not -> fieldfilter filtteraction emptystring and relative clear button disappear. If someone want to filter based emptystring there is specific action (isempty or notisempty) so no need to send to remote server a request with a value empty and make user confused about filters in action.
Declined
Last Updated: 16 Jun 2021 13:37 by ADMIN
Created by: kishore
Comments: 1
Category: Grid
Type: Feature Request
1
Grid should allow multiple rows to add dynamically
Completed
Last Updated: 16 Jun 2021 13:15 by ADMIN
Created by: yaron
Comments: 1
Category: Grid
Type: Feature Request
3
disable grouping on a column
Completed
Last Updated: 16 Jun 2021 12:42 by ADMIN
Created by: Thomas
Comments: 1
Category: Grid
Type: Feature Request
2
Please think about an implementation of toolbar template for grid, similar to the jQuery version.
Can we expect something like this in the near future?
Completed
Last Updated: 16 Jun 2021 12:35 by ADMIN
Release 2020.3
Created by: Clint Singer
Comments: 1
Category: Grid
Type: Bug Report
0

Hi,

It seems there is an issue with the material theme and nested grids.   When you have master-detail nested grids, the entire last nested grid gets applied with the same styling as the bottom rows of all the other nested grid. 

The styling in my browser is showing up as

.k-grid .k-grid-content tr:last-child td.k-grid .k-grid-content-locked tr:last-child td {
  1. border-bottom-width: 0;

 

Which causes the rows in the last grid to not appear.   

I have attached an image where I have changed the styling to 5px and red so you can see that it is being incorrectly styled.  You can see that even the other rows in in the last grid are getting styled along with the last row style.

I am running the latest version of Kendo.

Cheers,

Clint

Completed
Last Updated: 15 Jun 2021 15:22 by ADMIN
I've created a Plunker: http://plnkr.co/edit/WoqkaDZpq8hU24m0eKcv?p=preview

Show the detail template of Row 1 in Beverages, then collapse the Beverages group. the Detail for Chai does not go away with the rest of the table.
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/
Declined
Last Updated: 09 Jun 2021 15:39 by ADMIN
Created by: Anil
Comments: 2
Category: Grid
Type: Feature Request
1
As of now we have options of sorting the grouped column either in ascending or descending order. Can we have asc, desc and no sort the same way we have for the grid columns?
Completed
Last Updated: 27 May 2021 17:43 by ADMIN
Created by: Igor
Comments: 5
Category: Grid
Type: Feature Request
60
Completed
Last Updated: 18 May 2021 15:47 by ADMIN

Use IE11:

1. Try to use the grids column menu for filtering

2. Click the column icon => popdown menu opens

3. Click the filter oder column icon inside the menu => nothing happens


I can't even open up your docs using IE11, it just loads forever:
https://www.telerik.com/kendo-angular-ui/components/grid/columns/menu/

Declined
Last Updated: 18 May 2021 15:36 by ADMIN

Reproduction

- Use a grid with data coming from a service (or another source)

- Click the delete button (built in with the grid

It removes the element from the grid as soon as I click the button but I want to remove it only after confirming the deletion.

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.
Completed
Last Updated: 18 May 2021 15:26 by ADMIN
Created by: Thomas
Comments: 1
Category: Grid
Type: Feature Request
3
Currently the grid uses indexes to memorize which data row is expanded. When a new row is inserted (due to a new data item inserted in the underlying collection) before a currently expanded details row, then then expanded details view will shift to the row before (old index). This is not desirable in a scenario with a lot of adding/removing of items. 
It would be great if memorizing expanded details row could be bound to the data object.
Completed
Last Updated: 29 Apr 2021 07:30 by ADMIN
Created by: David
Comments: 7
Category: Grid
Type: Feature Request
5
Can you please consider adding a built-in option for freezing Grid rows that will always stay below the headers area during scrolling?
Unplanned
Last Updated: 30 Mar 2021 15:07 by Craigory
Created by: Craigory
Comments: 2
Category: Grid
Type: Feature Request
2

Proposal

CellCloseEvent<T> should provide dataItem: T

 

Why

Currently the CellCloseEvent dataItem is typed as any. This could be the default, but adding a generic type here would allow strong typing in the event handler.

Completed
Last Updated: 23 Mar 2021 14:42 by ADMIN
When using virtual scrolling and the data changes, then it might be desireable to programmatically scroll to top or to scroll to a row containing the data of interest.
Unplanned
Last Updated: 24 Feb 2021 08:56 by ADMIN

Currently when I click the horizontal scrollbar button which is present at the left side or right side of the scroll bar then the columns are scrolled as a regular table.

It will be nice to move from one column to another column instead.

Declined
Last Updated: 19 Jan 2021 09:10 by ADMIN

A built-in option for enabling a second scrollbar on the top of the Grid like the following screenshot would be nice feature to have: