Completed
Last Updated: 24 Nov 2021 07:10 by ADMIN
Release 2.30.0
Edward
Created on: 13 Oct 2020 08:04
Category: Grid
Type: Feature Request
20
Add Field and Id property in Grid's ColumnState

It will be useful if the grid column state contains the Field parameter if such is specified.

This will make easier mapping the ColumnState entity to the actual column.

 

----

ADMIN EDIT

While this feature is implemented, you can get the Field of ColumnState columns using the workaround shown in this article: https://docs.telerik.com/blazor-ui/components/grid/state#get-current-columns-visibility-order-field

----
5 comments
ADMIN
Joana
Posted on: 15 Oct 2021 08:41

Hey all,

The request is now added in our backlog and is scheduled for 2.29 release that could be expected in November.

Regards,
Joana
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Greg
Posted on: 14 Oct 2021 01:02
This should be a TOP PRIORITY as the column metadata is useless to us as developers without the Field Name of the column.
Paul Wood
Posted on: 10 Oct 2021 09:19
Any update on when this is scheduled to be done? Would really be very helpful without the onerous workaround
ADMIN
Kristian
Posted on: 14 Oct 2020 10:19

Hi Ed,

While this feature is implemented, we added an article describing how you can get the Field and position of the grid column using ColumnState object: https://docs.telerik.com/blazor-ui/components/grid/state#get-current-columns-visibility-order-field 

 

You can also check the updated explanation regarding getting the position of the column in the grid. It's placed below the Columns list item: https://docs.telerik.com/blazor-ui/components/grid/state#information-in-the-grid-state 

 

I also updated the original post with this workaround.

Regards,
Kristian
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Edward
Posted on: 13 Oct 2020 10:09
I would recommend to add the "Position" as well.