Hi,
We have a requirement to give users the ability to save/load different filter combinations.
I'm aware of the Save/LoadCustomizations methods but that would require to save/load everything else and they do not want that.
We have tried to use the LoadCustomizations method by passing in just the recordFilters nodes, but it's not working.
Any ideas?
Regards.
Hello Alberto,
This post may help you find a solution that works for you: http://www.infragistics.com/community/forums/p/23987/366218.aspx
This may also be helpful: http://www.infragistics.com/community/forums/t/89812.aspx
Note that when using the Save/Load Customizations of a XamDataGrid, the fields need to be saved, otherwise the load method does not know what to load into the XamDataGrid.
Please let me know if you have any questions or concerns.
Sincerely,AndrewDeveloper Support IInfragistics Inc.www.infragistics.com/support
Just checking in, do you have any other questions or concerns on this matter?
I did figure it out before seeing this but yeah I'm kind of doing the same.
The only difference is that I had to take the existing grid customizations and merge them with the persisted filters before calling LoadCustomizations()
I was getting an exception when passing in just a xml string where the root node was recordFilters.
I am glad you were able to work out a solution to the issue you were having.