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?
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.
+1
+++ for this. Right now, implementing a robust method to persist column order is proving to be unreasonably difficult.