Persisting Settings

You can save and load settings of RadDataFilter by using the RadPersistenceFramework control.

When it comes to saving and loading the user defined filter criteria, you will have to define a custom property provider for the RadDataFilter.FilterDescriptors collection.

For a good example and sample code of a similar approach, you can check out the "GridView Serialization" online demo here.

See Also

In this article