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
1415
GroupBy sorting and saving
posted

I'm using SaveCustomizations(fs) to store the grid layout for various events on the XamDatagrid.

When Xamdatagrid is in GroupBy mode, I am hoping to store the grid layout when groups are expanded.
To do so, I call SaveCustomizations(fs) within the RecordExpanded event.

This does not seem to record the expanded groups.  Is there a way to capture this?

Also, when in GroupBy mode, can I programmaticall perform a custom sort for the top level groups?  Looks like the default to alphabetical order, but I would like to change this.

Thank you