Is there baked-in functionality to serialize the visible columns and their ordering from the gridview? Nothing is immediately obvious but it seems like reasonably standard functionality. If not is there a recommended best practice to do this?
Cheers,
Tom
2 Answers, 1 is accepted
0
Accepted
Dilyan Traykov
Telerik team
answered on 19 May 2016, 10:42 AM
Hello Thomas,
The functionality you seek can be achieved by using RadPersistenceFramework, which allows you to save the visual state of your application either in an isolated storage or in a Stream.
Please have a look at the GridView Serialization demo from our UI for WPF demos for a good example of how to achieve the desired behavior. It can be found under RadPersistenceFramework.