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
Hi Andew
Thanks a lot for your answer. Just had a short look at SaveCustomizations. This seems to be what I was looking for.
Best Regards
Hi tempcaken
Thanks for your answer and your ideas about storing the settings. I will take this into considerations.
The xamData(Grid|Presenter|Carousel) exposes (Save|Load)Customizations methods that you can use to save the field size, field positions, sort criteria, etc.
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...