I've referred to the demo to persist user grid settings (sort orders, grouping, columns, etc.) and it works great! Problem is...it only works when I load and unload the control where my grid is hosted. How can I persist these grid settings when my application is closed (a user clicks the red X in the upper-right to close it down)? Do you have an example of how to accomplish that...as I'm guessing I need some code in the Application.xaml file or its code-behind.
Thanks!
Thanks!