Declined
Last Updated: 27 Jul 2021 15:15 by ADMIN
Imported User
Created on: 29 Jan 2018 10:47
Category: Grid
Type: Feature Request
19
Grid column index as an Input property
Since column reordering is now avaialble, could you implement a way to set column index as an Input property, so it can be saved and loaded later?
3 comments
ADMIN
Svet
Posted on: 27 Jul 2021 15:15

Hi,

We decided to provide the orderIndex though the ColumnBase component. However the order index cannot be set though this property as it is read-only. What should be done to persist the columns order index is to use an *ngFor loop to render the columns as demonstrated in the example from the following article:

https://www.telerik.com/kendo-angular-ui/components/grid/how-to/persist-state/

For more details please see the discussion in the following GitHub issue:

https://github.com/telerik/kendo-angular/issues/1240#issuecomment-865043536

Regards,
Svet
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Seyfor
Posted on: 08 Sep 2018 08:29
+1
Imported User
Posted on: 05 Sep 2018 16:36
+++ for this. Right now, implementing a robust method to persist column order is proving to be unreasonably difficult.