Unplanned
Last Updated: 05 Feb 2025 11:53 by ADMIN
Spencer
Created on: 04 Aug 2022 14:47
Category: Grid
Type: Bug Report
2
Resetting the Grid State does not reset the locked state of the columns

I am resetting the Grid State by calling Grid.SetState(null). This doesn't reset ColumnState<T>.Locked boolean to false and the columns remain locked.

---

ADMIN EDIT

---

A possible workaround for the time being is to additionally loop through the ColumnStates collection of the State and set the Locked property to false for each column.

Example: https://blazorrepl.telerik.com/QTYmkpvb49c6CPxa42

2 comments
ADMIN
Tsvetomir
Posted on: 05 Feb 2025 11:53

Hello Joe,

For any public item, an "Unplanned" status means that the item is gathering votes, and awaiting prioritization. There is no determined fixed time frame.

Additionally, thank you for pointing out that the provided REPL example was outdated. We appreciate it, and I have already updated the example. Please excuse us for the trouble caused.

Regards,
Tsvetomir
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.

Joe
Posted on: 29 Jan 2025 19:39

Admins,

I've run into the same issue - it'd be nice to get this addressed directly rather than with a workaround.

Also, the example link is no longer working (too old?).  Can you refresh it?