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
230
How to save and reload Sorting and Grouping descriptions?
posted

I need to provide my users with a method to save and reload sorting and grouping information between sessions. I can use the event arguments from the Sorted and Grouped events to get and then store the sorting and grouping information.

I can retrieve the previously stored sorting and grouping information from my user settings. How do I apply those settings to the grid? I.E., how do I sort and group programmatically?

Thanks.