Completed
Last Updated: 18 Jan 2018 17:41 by ADMIN
Created by: Senthilkumar
Comments: 1
Category: Grid
Type: Feature Request
1
Need to have Parent --> Child hierarchical records to be displayed in Grid..
It should support up to 'n' level , it means a parent can have any number of child records. can this be done using current Master Detail grids?.

 Parent 1
   --- Child 1
        -- Grand Child 1
            -- Grand Child 1
        -- Grand Child 2


Thanks in advance.
Completed
Last Updated: 18 Jan 2018 17:38 by ADMIN
Created by: Imported User
Comments: 1
Category: Grid
Type: Feature Request
2
Drag and Drop of grid's columns the same way we have on the jquery version (with a Input on the component saying if we want columns to be draggable)
Completed
Last Updated: 18 Jan 2018 17:32 by ADMIN
Created by: mina
Comments: 6
Category: Grid
Type: Feature Request
33
Any Plans for making grid or listview rows to be draggable
Completed
Last Updated: 18 Jan 2018 17:30 by ADMIN
Created by: Misiu
Comments: 1
Category: Grid
Type: Feature Request
16
Currently KendoUI supports responsiveness (http://demos.telerik.com/kendo-ui/responsive/) Ideally all Angular 2 controls should behave in same way, this would allow creating pages that work nicely on desktop, tablets and mobile.  
Completed
Last Updated: 14 Nov 2017 17:57 by ADMIN
Created by: Sandro
Comments: 3
Category: Grid
Type: Feature Request
17
Same Feature as in Demo of JQuery: http://demos.telerik.com/kendo-ui/grid/column-resizing

Should emit an event with column sizes, so they could be stored in user settings.
Completed
Last Updated: 14 Nov 2017 07:02 by ADMIN
Created by: Dennis
Comments: 8
Category: Grid
Type: Feature Request
70
Completed
Last Updated: 13 Nov 2017 20:14 by ADMIN
Created by: N M Reddy
Comments: 4
Category: Grid
Type: Feature Request
32
In Grid set Filter next Grid Column (http://demos.telerik.com/kendo-ui/grid/filter-menu-customization) like normal Kendo Grid Filter. 
Completed
Last Updated: 26 Sep 2017 20:33 by ADMIN
Created by: Myo
Comments: 1
Category: Grid
Type: Feature Request
23
Like kendo ui jquery. 
Completed
Last Updated: 31 Aug 2017 11:50 by ADMIN
Created by: Imported User
Comments: 16
Category: Grid
Type: Feature Request
116
At the moment, the selected row is not cleared when the data changes (or we change the page). There is no way to clear the selection in the grid, which would be useful when 1 data from a grid depends on the selection from the parent grid.
Having an API to change the selected row, would help.
Completed
Last Updated: 09 May 2017 10:10 by ADMIN
The behavior is inspired by the responsive utilities of Bootstrap: https://v4-alpha.getbootstrap.com/layout/responsive-utilities/ 

The column visibility feature may be implemented through the `visibleFrom` and `hiddenFrom` column properties. These allow columns to be shown / hidden based on the **viewport size**. For example,

```
    {
        visibleFrom: 1024, // show column on viewports bigger than or equal to 1024px
        hiddenFrom: 680 // hide column on viewports bigger than or equal to 680px
    }
```

We can cater for developers who use Bootstrap by providing presets, based on the Bootstrap 4 responsive monikers - https://v4-alpha.getbootstrap.com/layout/grid/#variables  (`xs` / `sm` / `md` / `lg` / `xl`). See the link for the default values.

```
    {
        visibleFrom: "md", // show column on medium-sized viewports (and above)
        hiddenFrom: "sm" // hide column on small-sized viewports (and above)
    }
```
The `visibleFrom` and `hiddenFrom` properties influence the default column visibility. The `visible` property overrides the default visibility -- columns declared as `visible: false`, show on every device, and columns with `visible: false` won't show at all. Notice that the `visible` property is 

The resize sensor component will be used to create the responsive pager, as the pager behavior is related to the grid width and not the viewport width.

Interoperability with the column menu (show/hide columns) can be achieved through the use of the `visible` property, to allow the default behavior to be overwritten. This raises problems when the application is switched between different screens, as the menu needs to work with a nullable boolean.
Completed
Last Updated: 24 Apr 2017 15:14 by ADMIN
Angular 2 - type script 
Completed
Last Updated: 24 Apr 2017 15:02 by ADMIN
RTL
Created by: smadar
Comments: 1
Category: Grid
Type: Feature Request
3
RTL
Hi guys,
Does Kendo UI grid supports RTL (Right To Left)?

If not, does it going to be implemented on January 18th?

10X
Completed
Last Updated: 24 Apr 2017 14:51 by ADMIN
Created by: Rod
Comments: 1
Category: Grid
Type: Feature Request
6
We are seeing warning that <template> is deprecated and to use <ng-template> instead. Can this be addressed? Is the May release going to compatible with Angular 4?
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
Completed
Last Updated: 24 Apr 2017 14:39 by ADMIN
Created by: Jeremy
Comments: 2
Category: Grid
Type: Feature Request
15
Option to export to CSV, Excel, etc.
Completed
Last Updated: 07 Mar 2017 08:32 by ADMIN
x
Created by: James
Comments: 1
Category: Grid
Type: Feature Request
1
x
provide main.js so I don't get kendo-angular-grid/dist/npm/js/main.js 404. Now how to get that file? Right no information anywhere.
At least primeng works so I can use that grid instead.
1 2 3 4