Is there an easy way to detect that a user changed any of the formating\grouping\sortying\filtering, etc.. in a grid. Basically anything that gets saved when you call mygrid.DisplayLayout.Save(GridLayout, PropertyCategories.All)? I want to ask the user if they want to save changes, but only if they actually made changes... Thanks...
There's no single event for this. But all of the individual things that the user can change should be detectable.