Completed
Last Updated: 27 Jul 2021 14:28 by ADMIN
Created by: Imported User
Comments: 1
Category: Grid
Type: Feature Request
3
We need to store column's show and hide state when apply from ColumnMenuChooser component.
Completed
Last Updated: 27 Jul 2021 14:03 by ADMIN
Created by: Gaurav
Comments: 1
Category: Grid
Type: Feature Request
4
I would like to know Do you have any plan to release context menu feature for kendo grid
Completed
Last Updated: 13 Jul 2021 12:25 by ADMIN
Created by: Mark
Comments: 1
Category: Grid
Type: Feature Request
3
The current behaviour for row selection is to toggle the selected state.

This is not desirable in cases in which you require one item to always be selected (say, displaying a grid of financial planning scenarios in which one must be selected as the current scenario).
Completed
Last Updated: 13 Jul 2021 12:09 by ADMIN
Created by: Thomas
Comments: 3
Category: Grid
Type: Feature Request
15
Whenever the column is resized in a way so only part of the headertext is shown, I would like a tooltip to appear.

Earlier we did something like this with jQuery

  if(this.offsetWidth < this.scrollWidth && !$this.attr('title')){
        $this.attr('title', $this.text());
    }

Should be possible to provide a tooltip-template (not just set title attribute)
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>
Completed
Last Updated: 13 Jul 2021 09:26 by ADMIN
Created by: Mee Lee
Comments: 1
Category: Grid
Type: Feature Request
2
The edit row need to be stayed in the top position while scrolling down the grid. Or else, the use would need to scroll up and down each time when adding a new record.
Completed
Last Updated: 13 Jul 2021 09:16 by ADMIN
Created by: Travis
Comments: 1
Category: Grid
Type: Feature Request
2
Currently it appears to be impossible to do something as simple as change the background color of a grid row based on data inside it.  For instance, I have rows of data that could be "rejected" or not.  I want to change the grid row background color for "rejected" rows.  
Completed
Last Updated: 13 Jul 2021 06:10 by ADMIN
Currently in the Grid, the GroupHeaderTemplate can create just one cell. I'd prefer to have option to have columns in the group header like it is implemented in the jQuery Grid. Check it here https://demos.telerik.com/kendo-ui/grid/aggregates
This option will be handy for displaying aggregates in a group header.
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.
Completed
Last Updated: 30 Jun 2021 07:45 by ADMIN
Created by: bush
Comments: 1
Category: Grid
Type: Feature Request
2
How can we show the loader image on calling any web api or service call.
As of now grid by default shows no record available.
Completed
Last Updated: 24 Jun 2021 06:13 by ADMIN
Created by: Kendo UI
Comments: 0
Category: Grid
Type: Bug Report
1

When a Grid cell is focused, and after this, the data is filtered so that the data contains fewer items than the index of the row the last focused cell was in, the Grid table area does not receive focus when tabbed into.

 

Please check the example:

 

https://stackblitz.com/edit/angular-xqswy5-zqeqkb?file=app/app.component.ts

 

Completed
Last Updated: 22 Jun 2021 14:36 by ADMIN
Presently, when I place a bootstrap drop-down inside a cell the drop down is cropped when open (it is hidden behind the rows below). 

Can you please endeavor to eradicate this issue within your components so that we don't have to jump through lots of "css hoops" or worse "write jquery to do it" in order to get the desired result. 

Your components should be fully compatible with bootstrap (since you have a BS theme and lets face it, its pretty well industry standard these days)

Many of our "grids" require an Action column which in some cases has more buttons than we would like to put "side-by-side" and so the best option is to add a drop-down action button to hold the action commands.

At present there is no equivalent Kendo component that will do this for us either. Your grid cells should really cater for this as other users may want a custom column with "drop down" content too.
Completed
Last Updated: 22 Jun 2021 14:20 by ADMIN
when expanding a group, inside the expand event (function) we do have access to the groupIndex.

but groupIndex is not available inside the groupHeader(Footer)Template itself.

we need that groupIndex, so we can get the parent items (groups) to the group that is expanded.
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
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.
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/