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: 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: 17 Jul 2018 15:16 by ADMIN
Currently it seems that the columns widths are just divided up between the available width and the number of columns. Under that circumstance I am unable to specify a smaller width for a column. I would like for the column to adjust to the title at a minimum. Also it would be nice if we could drag the columns widths bigger or smaller.
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.
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 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: 11 Jan 2019 16:08 by ADMIN
Created by: Vincent
Comments: 4
Category: Grid
Type: Feature Request
69
Scrolling like this : http://legacy.datatables.net/release-datatables/examples/basic_init/scroll_y_infinite.html

Say you have 100.000+ rows of data.
With classic or virtual scrolling, you allow your user to go to the last page very easily. It ends up with huge skip parameter, and disastrous load times from the DB.

You don't want users to be able to run queries which are at the same time useless and very time-consuming server-side.

What you really want is for your user to be able to browse a bit of the data with fast queries, and if he wants something else, he should filter data.

Infinite scrolling gives him just that feeling.
Completed
Last Updated: 22 May 2018 12:59 by Sambo
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: 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: 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: 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: 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: 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: 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 07:02 by ADMIN
Created by: Dennis
Comments: 8
Category: Grid
Type: Feature Request
70
1 2 3 4