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.
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.