Hello,
I am using a xamdatagrid. I want users to be able to persist MOST customization that they make to their grid. Is there away to do this using the out-of-box Save/LoadCustomizations for the xamdatagrid?
For instance, I want everything to be persisted except for the filter that is applied. Can I do this easily, or will i have to use the Persistance Manager?
I am using NetAdvantage 2011.2 for WPF
Thanks
Hello carlzuroski,
I have been looking into your requirement and when using the built-in functionality for saving and loading the XamDataGrid’s customizations you can choose which ones to use by using the ClearCustomziations method after the LoadCustomizations method. In the ClearCustomizations you set as parameter a value of type CustomizationType: http://help.infragistics.com/Help/NetAdvantage/WPF/2012.1/CLR4.0/html/InfragisticsWPF4.DataPresenter.v12.1~Infragistics.Windows.DataPresenter.CustomizationType.html which is an enum and its values are actually the thing that can be saved/loaded using the out-of-the-box functionality. If these are not enough I can suggest trying out the PersistanceManager.
Please let me know if you require any further clarification on the matter.