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
1080
Save and reload table/column properties
posted

I just started to use NetAdvantage for WPF. I have a requirment, that the users can adapt the table/columns (column width, column order, ...) of my xamlDataGrid. The settings should then be stored on a database and should be applied again if the user logs into the application.

I searched through the documentation but could not find what I was looking for. Perhaps I just missed it.

Perhaps some experianced NetAdvantage/WPF programmers have some good ideas or can give me a hint were I can find the relevant information.

Thanks in advance

 Markus

Parents
No Data
Reply
  • 582
    posted

    I don't know if there is a grid function for doing this, you probably have to set all values manually and save all values manually. If you don't want to put them all the way down in a database, save them to isolated storage or in the user settings file...

Children