Hi,
We want to save load and save layout of dock Manager. I found the way with the help of this link: http://es.infragistics.com/community/forums/t/96461.aspx.
But we want to manage Dock Panel keys from Database server, We want to save all dock Panel keys in database as well as load keys from database.
Please let us suggest for that.your help would be appreciate.
Thanks.
Hello kanwar,
I am just checking if you have any further questions on this matter. Please do not hesitate to let me know if you do.
Thank you for your post!
I have been looking into it. Currently the SaveLayout and the LoadLayout methods save and load the layout of the XamDockManager into a string. You can save this string to the database you have mentioned.
One other thing that I can suggest is to save the layout to a XML file and then insert the information from the XML to the database. More information on this functionality you can find on the following links: http://stackoverflow.com/questions/17723207/how-to-save-xmlwriter-in-database , http://csharp.net-informations.com/xml/xml-to-database.htm , http://www.c-sharpcorner.com/Blogs/8115/generating-xml-file-from-sql-database-using-C-Sharp.aspx .
Please do not hesitate to let me know if you have any further questions on this matter.