Completed
Last Updated: 27 Jul 2021 14:46 by ADMIN
Created by: Imported User
Comments: 1
Category: Grid
Type: Feature Request
20
I opened this question

https://stackoverflow.com/questions/51331725/kendo-grid-for-angular-2-reactive-formarray

Would be nice to make grid reactive more transparent, or make a complete example to use it.






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.
Unplanned
Last Updated: 27 Jul 2021 14:04 by ADMIN
Created by: Imported User
Comments: 0
Category: Grid
Type: Feature Request
4
Please add support to change order of filter/clear buttons in Grid Filter Menu Component (so instead of "Clear-Filter" button order we can use "Filter-Clear" button order).
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
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: 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/ ).
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: 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: 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: 13 Jul 2021 12:37 by ADMIN
ADMIN
Created by: Petyo
Comments: 1
Category: Grid
Type: Feature Request
2
Requested for Kendo UI originally, seems to be common scenario:

http://www.telerik.com/forums/automatically-hide-a-column-when-a-user-drags-it-up-to-be-a-group-header
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).
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).
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)
Declined
Last Updated: 13 Jul 2021 12:09 by ADMIN
Created by: Imported User
Comments: 1
Category: Grid
Type: Feature Request
2
Exporting grid and chart in single pdf. If we have grid and chart in seperate tab. 

With hidden content what if we have a  pagination in grid and want complete grid and chart.

https://stackblitz.com/edit/angular-8tdtwv-p6r75m?file=app/app.component.ts
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.