Skip to content

DevExpress-Examples/how-to-implement-custom-saving-in-xml-and-restoring-of-aspxgridview-client-layout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grid View for ASP.NET Web Forms - How to save and restore the client layout

This example demonstrates how to save and restore the client layout of the Grid View control. In the example, the session state stores the grid layout in XML format. You can use any other storage instead of the session state.

The Grid View's ClientLayout event allows you to save the grid layout each time a user changes it and restore this layout on the first page load. Use the LayoutMode event argument to identify whether to save or restore the layout.

Files to Review

Documentation

More Examples

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)