This is a migrated thread and some comments may be shown as answers.

Example of FilterColumnCollection serialization

2 Answers 94 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Ari
Top achievements
Rank 1
Ari asked on 27 Sep 2012, 07:14 AM
Hi,
Do you have example available for serializing WPF RadGridView FilterDescriptorCollection to XML file?

I followed some previous thread and the link was pointing to your WPF Controls Examples app, but I couldn't find it there.

2 Answers, 1 is accepted

Sort by
0
Rossen Hristov
Telerik team
answered on 27 Sep 2012, 07:44 AM
Hello,

Here you can learn how to save and restore filter settings. Basically, you will have a bunch of .NET objects (IEnumerable<FilterSetting>) which you have to serialize somewhere somehow.

If you open the WPF Online Demos and search for "GridView Serialization" you will see the example.

The underlying serialization store (XML in your case, but could be DB, text file, you name it) is not related to this functionality and is beyond the scope of Telerik support.

All the best,
Ross
the Telerik team

Time to cast your vote for Telerik! Tell DevPro Connections and Windows IT Pro why Telerik is your choice. Telerik is nominated in a total of 25 categories.

0
Ari
Top achievements
Rank 1
answered on 27 Sep 2012, 09:52 AM
Thank you!

Ari
Tags
GridView
Asked by
Ari
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Ari
Top achievements
Rank 1
Share this question
or