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

RadGridView SaveLayout or LoadLayout Customization

1 Answer 291 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Jesse
Top achievements
Rank 1
Jesse asked on 01 Oct 2019, 02:13 PM
Are there any plans now or for the future to allow any type of control over what these features save/load? I am leveraging these methods so I do not have to write custom logic in each tool to retain the layout a user configures, but having control over whether these methods load or save things like the conditional formatting or column filtering would be highly useful. There are cases where I may not want these things to load up for the user after relaunching the app, but as of right now I need to handle this post load manually.

1 Answer, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 02 Oct 2019, 11:06 AM
Hello, Jesse,    

RadGridView serialization API provides a wide range of options that enable the programmer to customize the serialized content in a flexible manner. Based on the principles of the standard Microsoft .NET XML serialization approach, the API can be easily used for implementing different serialization scenarios.

In the grid's XmlSerializationInfo.SerializationMetadata you can specify what information exactly to be stored in the XML. Please refer to the following help article demonstrating how to customize the serialized data: https://docs.telerik.com/devtools/winforms/controls/gridview/save-and-load-layout/advanced

I hope this information helps. If you need any further assistance please don't hesitate to contact me.

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
GridView
Asked by
Jesse
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or