Duplicated
Last Updated: 02 Mar 2023 08:25 by ADMIN
Created by: S
Comments: 3
Category: Grid
Type: Feature Request
2

Hello

I have a grid cell with filter set to menu. So the popup appears with the list of default operators that are needed to be included in the popup.

Something like below:

<ng-template
kendoGridFilterMenuTemplate
...
>
<kendo-grid-numeric-filter-menu
...
>
<kendo-filter-eq-operator> </kendo-filter-eq-operator>
<kendo-filter-neq-operator> </kendo-filter-neq-operator>
<kendo-filter-gte-operator> </kendo-filter-gte-operator>
<kendo-filter-lte-operator> </kendo-filter-lte-operator>
<kendo-filter-isnull-operator> </kendo-filter-isnull-operator>
<kendo-filter-isnotnull-operator> </kendo-filter-isnotnull-operator>
</kendo-grid-numeric-filter-menu>

</ng-template>

 

What i am trying to achieve is to add another operator like 'In' that can accept comma separated values. Something like:

<kendo-filter-in-operator> </kendo-filter-in-operator>

I have looked at the doc (https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-row/#toc-custom-filter-row-components/)

But i dont see a custom filter operator example.

Could you please let me know if its possible to do that or is there anyway i can achieve this.

 

Thanks

SM

Duplicated
Last Updated: 11 Aug 2022 05:11 by ADMIN
Created by: Mauro
Comments: 4
Category: Grid
Type: Feature Request
2

Can we get an option to set default all collapsed when using the directive?
It seems to be not compatible with the provided methods.

Using the `kendoGridGroupBinding` directive in combination with the `kendoGridExpandGroupBy` directive or the `isGroupExpanded` callback is not supported. To use grouping with the `kendoGridGroupBinding` directive, set the Grid `groupable` property to `true`

Duplicated
Last Updated: 13 Jul 2022 07:22 by ADMIN
Created by: Luca
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I'd like to request the Grid to have resize sensors to be able to determine when the Grid height changes. 

Thank you!

Duplicated
Last Updated: 09 Aug 2022 06:15 by ADMIN
Created by: Chandan
Comments: 0
Category: Grid
Type: Feature Request
1

Hi,

Please provide a way to control the grouping operation whether it is performed case sensitive or case insensitive. One option would be to add an ignoreCase property to the GroupDesciptor similar to the FilterDescriptor.

Duplicated
Last Updated: 29 Oct 2021 14:56 by ADMIN
Created by: Dimitris
Comments: 1
Category: Grid
Type: Feature Request
1

Hi

we have a lot of clients requesting two features for the KendoGrids:

1st) A second horizontal scrollbar on top of the grid, scrolling smoothly in parallel with the bottom one.

2nd) Sticky / fixed headers to be able to always see the header row. Somethine like this: https://www.telerik.com/kendo-angular-ui/components/grid/columns/sticky/ but for the top labels row.

Duplicated
Last Updated: 18 Feb 2022 13:06 by ADMIN

Please add support for bulk selection (as well as bulk deselection) using Shift+Click when in checkboxOnly mode.

 

Alternatively, it would be useful to have access to a setting to allow Shift+Click bulk selection/deselection when in checkboxOnly mode.

Duplicated
Last Updated: 11 Nov 2020 10:47 by ADMIN
For lists with many columns (40+), columns are hard to find because they are not alphabetical I cannot find any references to changing the order so that it's by alpha rather than location on the grid. This prevents our users from easily using grid tools for DIY purposes... creating custom reports, hiding / showing the columns they need for projects. I thought this would actually be a very basic option and was surprised when our dev team told us it isn't possible.
Duplicated
Last Updated: 02 Jul 2020 10:10 by ADMIN
Created by: Khushbu
Comments: 1
Category: Grid
Type: Feature Request
1
Regarding kendo grid column locked feature, currently only columns from left can be locked. Can't we have any such feature which allows us to block right most columns?

When there are multiple columns in grid, horizontal scroll is added. In such scenario, action column which is generally the right most column is not visible. To access it user has to scroll till right most column. It would be of great use in such scenario
Duplicated
Last Updated: 30 Jun 2022 08:53 by ADMIN

Hi, 

I believe it would be a great addition and simplification, if there were getOptions/setOptions methods at GridComponent to imperatively access/restore grid state (visibility, column order, sort order, filter, ...). These are also available at Kendo UI for jQuery. 
I know, all the settings may be set using *ngFor and *ngIf directives, but that approach requires a lot of attribute remapping (from component instance to template) which doesn't feel right, especially when using column templates and and a lot of grid features. 

Thank you, 
Robert

Duplicated
Last Updated: 11 Jul 2023 14:51 by ADMIN

Checkbox multiple selection allows selecting ranges with Shift modifier 

Duplicated
Last Updated: 04 May 2023 06:07 by ADMIN
Created by: Ricardo
Comments: 1
Category: Grid
Type: Feature Request
0

Hi Dimiter,

 

I have experience creating column groups at the top of a kendo grid, but I would now like to do something similar with row groups. I have attached a screenshot of an example of what I would like to accomplish. Is this possible with Kendo Grid?

Duplicated
Last Updated: 29 Jun 2021 14:01 by ADMIN
We need feature like copy data from excel and paste it directly into the kendo grid for angular. 
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/