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
270
Global functionality to recognize changes on the ultraGrid
posted

Hey,

 

I would like to know if there is one event which recognize all layoutchanges on my ultragrid? The task is that I have an ultraGrid with a layout which I can save and load. The problem is that if someone closes the application, the done changes are lost without saving (save is just manual and should continue to be manual).

So it would be great if one event is fired up by changing the layout and the close-application event can request this (maybe boolean) variable and inform/ask the user about saving the changes on the grid.

 

Thanks and regards

Parents
No Data
Reply
  • 3186
    Suggested Answer
    Offline posted

    I have just enabled all the events that I thought appropriate for possible visual changes and set a property flag LayoutDirty.  Would be nice if there was something better.

    Nick

     

Children
No Data