After resizing and reordering the grid, I create a reset button and click it to reset the columns to their initial values, but it doesn't work.
1 Answer, 1 is accepted
0
Wissam
Telerik team
answered on 17 Jan 2024, 08:54 AM
Hello, Junghoon,
You can achieve this using the `key` property of the Grid.
In the below example, when I click on the clear button, I am updating the `key` state variable that is passed to the `key` prop, causing the Grid to re-rendering and reset the columns to their initial state: