Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
100
Restore grid layout
posted

After a user has moved around columns and changed the sort order in a grid, I would like them to be able to reset the layout to the original.  Is there a way to do this with code and without closing & opening the form again?

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

     Hi Thomas,

        The grid's DisplayLayout has Save and Load methods. So you could save the layout and store it in a stream or a file. Then you could give the user a reset button that loads the layout.  

Children