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
170
Xamdatagrid setting and customizations.
posted

Hi,

I am using a Xamdatagrid that may have hierarchical data as well.

Users can group, sort and re-arrange data and so on.....How  do i save these customizations locally so that if the data gets refreshed (rebind the datasource)....I can apply the previous sortings, groupings and so on to the new data?

If we are dealing with Hierarchical data, we also need to keep track of which records were expanded and so on....

Any suggestions will be really helpful...

Thank you.

 

  • 69686
    posted

    Hello,

    You can use the Save/Load/ClearCustomizations(...) methods to save the layout settings. However, the state of the records is not saved, so you will have to do this manually.