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
1285
Loading a saved layout when new items were added after save
posted

With the UltraWinGrid, you can save a grid layout and if new columns are added they add into the grid even when they are not part of the saved layout.

Does the ToolbarManager work the same way?  If not, can it?  seems like an easy way to solve issues of saving layouts without having to add the items after enabling saved layouts with code.

Thanks for your input

  • 53790
    posted

    Hi,

    If you save your "UltraToolbarManager" layout  (for example with the method: ultraToolbarsManager1.SaveComponentSettings()) and then you add "NewTool", which is not a part of your save layout, the "NewTool" will appear in the Form, but you need to save again the layout, if you want to appear the "NewTool" next time or when you reload the layout (for example: ultraToolbarsManager1.LoadComponentSettings();).

    The same applies to "UltraWinGrid" layout

    Regards

    Georgi

  • 53790
    posted

    Hi,

    Did you try my suggestion. Is it work for you. Please if you have any questions, feel free to ask me.

    Regards

    Georgi