Unplanned
Last Updated: 04 Aug 2022 14:47 by Spencer
Spencer
Created on: 04 Aug 2022 14:47
Category: Grid
Type: Bug Report
1
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/QQECkIlf13jZm52m04.

0 comments