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
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