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
3338
saving and loading grid layouts...
posted

I want to be able to allow the user to move columns around then automatically save the layout, next time they open the program, automatically load the saved layout.

I have looked through the forums for some hint as to how to do it. does anyone have any sample code on how to save and load grid layouts?

vb.net would be preferred, but C#, I cna convert.

 

Thanks

Parents
  • 3186
    Verified Answer
    Offline posted

    There is a section in the help titled Save and Load a Layout to a File which shows code for saving and loading via an xml file.  You can also save as a binary if you prefer that.  I send them off into a SQL Server table myself.  I think there may be an exmaple of that somewhere also if thats what you want to do.

    Nick 

     

Reply Children