My users want to change column order, column width, etc. in an UltraWinGrid based on a selection from a combobox and to automatically restore those changes whenever the click on that selection. I've been reading up on savelayout/loadlayout but is there a way to save the layout in a SQL Server table?
JamesJay
Hi,
You can save the layout to either binary or XML and to a file or a stream. So one thing you could do is save the layout to a text Stream as XML and then store that xml in a database.
HOWTO:How can I save a stream to a database?
Mike, thanks for the code sample. It worked great except...when I save and load the PropertyCategories I lose summary for one of my grids. It disappears and we really need the total it previously displayed. Have you ever heard of this or have a suggestion? JamesJay