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
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.
Interesting. Ok, I'm not sure I fully understand where this might effect me, but I'll keep an eye out.