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
805
Saving column layout
posted

I'd like to save the grid layout whenever the user makes changes to the grid layout. I'm thinking about using the column choose box, or even just moving columns around in the view. What's a good event to hook for this?

Maury

Parents
  • 918
    Suggested Answer
    posted

    Just remember if a user makes grid layout changes then the grid is given a new data source there is a risk that some of the changes will be lost if there are over riding commands in the initialize layout event.  I normally pick column change and sort order change and save the layout on those two.  I always save on the form close.

Reply Children
No Data