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
3550
Saving user definitions for wingrid
posted

when a user sees a grid, he can change column width, column order , etc. 

I want to save this user definitions, so that when the user comes again to the same grid,

he will see the grid with his definitions. ( same column widths, column order etc.)

Parents
No Data
Reply
  • 3186
    Offline posted

    Search the online help for DisplayLayout Save

    There are some code snippets there that will give you an idea of what may be done.  I save the layout myself to a SQL dtabase table inside a column of type Image.  You may also find some code in the knowledge base for doing that.  Unfortunately mine is very obscure by using a DAL and not an easy example to provide.

    Nick

     

Children