Notifications
Clear all

[Solved] How can I configure grid to store column layout?

1 Posts
1 Users
3 Likes
1,006 Views
2
Topic starter

I need to configure grid to store column order to see the same column layout when I visit this page next time.

Topic Tags
1 Answer
1
Topic starter

To save layout we should only set stateful flag on the grid to true and provide unique stateId (e.g. stateId: "ModuleName.PageName.GridName").