Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1284
Save Ultrawingrid properties
posted

Hi 

Is there any inbuilt functionality to save Ultrawingrid properties such as Column width,Visible position, Sort order of the columns?

I want save these  properties and set these properties to grid when i load the data again.

I want to save these user specific settings for every user and load data according to his settings.

 

Thanks

Ashok 

 

  • 469350
    Offline posted

    Hi Ashok,

    The easiest thing to do is use the grid.DisplayLayout.SaveXXX method. You can save the layout to a binary or XML file and then use the Load method to load it back in when the project loads.