Hi, is there a method to the jQuery "setOptions" for the Kendo Angular grid? I need to allow the user to "reset" the grid to original configuration after columns have been reordered.
Thanks,
1 Answer, 1 is accepted
0
Svet
Telerik team
answered on 09 Feb 2018, 07:25 AM
Hi Tracy,
The desired behavior can be achieved using the reorderColumnmethod. We can bind it to a button click and reorder programmatically the columns to their initial state.
Please check the following sample plunker demonstrating this approach: