Completed
Last Updated: 26 Jun 2019 06:36 by ADMIN
Dominik
Created on: 05 Apr 2019 09:11
Category:
Type: Feature Request
0
Set Grouping Title of "hidden" Column

Hello

As there is no way to hide a column in the Kendo Vue Native Grid, there is no way to set the title of the grouping-property, if it isnt displayed in the grid:

https://stackblitz.com/edit/rvzzgi

The grouping on the property "UnitsInStockUglyString" works as expected, but ther is no way to set the text of the grouping header.

 

My idea:
Add an optional property "title" to the GroupDescriptor-Property:

            group: [ { field: 'UnitsInStockUglyString' , title: 'My beautiful grouped text' } ],

 

This would also help on non-hidden fields, as it gives us the option to assign texts other than the column name.

4 comments
ADMIN
Dimitar
Posted on: 26 Jun 2019 06:30
Hi,

The new 'hidden' property for Grid columns is released with @progress/kendo-vue-grid version 0.3.4. Now it is possible to define a Grid column and set it as hidden, and then group the Grid by its field.

Regards,
Dimitar
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
ADMIN
Plamen
Posted on: 29 May 2019 07:39
Hi,

Yes we are currently working on the issue and will update its status once it is done. 

We have inspected the issue and we will fix this behavior by adding the ability to use 'hidden' property for the columns of the grid and if we want to achieve the desired behavior we will define the hidden column in the columns and use its title if the grid is grouped with it.

Regards,
Plamen
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Dominik
Posted on: 28 May 2019 08:42

Hello

Are there any plans for implementing this feature in the near future?

Otherwise I would need a possible workaround while waiting for the implementation.

ADMIN
Plamen
Posted on: 10 Apr 2019 08:54
Hi,

Thank you for submitting this request.


This is a nice suggestion indeed. I have approved the request and we will do our best to add it as soon as possible.

Regards,
Plamen
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items