This question is locked. New answers and comments are not allowed.
Hi,
I have followed the sample at SaveLoadSettings, and I'm able to save Grouping, Sorting, and Order/Size of Columns. However, Filtering is not loading (it seems to save properly). I get the following exception in the Reload() method when it tries to Read the stream,
I have not modified the RadGridViewSettings.cs file from the sample.
Also, I'd like to note that when loading saved Grouping, the Aggregations that I had set up in the XAML file no longer show up. I have to remove the grouping and re-add it to see the sum/avg etc. Would I have to add the Aggregations to my codebehind?
I have followed the sample at SaveLoadSettings, and I'm able to save Grouping, Sorting, and Order/Size of Columns. However, Filtering is not loading (it seems to save properly). I get the following exception in the Reload() method when it tries to Read the stream,
There was an error deserializing the object of type MyProject.RadGridViewSettings+RadGridViewApplicationSettings. There is an unclosed literal string. Line 1, position 18430.I have not modified the RadGridViewSettings.cs file from the sample.
Also, I'd like to note that when loading saved Grouping, the Aggregations that I had set up in the XAML file no longer show up. I have to remove the grouping and re-add it to see the sum/avg etc. Would I have to add the Aggregations to my codebehind?
