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

Parents
No Data
Reply
  • 6120
    Offline posted

    Hello Patrick,

    Please refer to this forum post for performing Save and Load customizations to save and load the group-by settings of XamDataGrid. However, there is no built in way to save the expanded state for groupby records. This is explained in detail here:
    http://es.infragistics.com/community/forums/p/56274/400005.aspx#400005

    As for your second question on how to programmatically perform custom sort on top level groups when in GroupBy mode: Can you please explain what you meant by top level groups?

    I will further look into this issue as soon as I hear back from you.

    Sincerely,
    Sahaja Kokkalagadda
    Associate Software Developer

Children