Can we turn off the delete confirmation box?
I've got a grid in a popup, and as we've all learned, most everything pops beneath the WPF popup? Any thoughts about how to better do this are appreciated.
For the second part of my question, there is always the option of using the chunky window class as a modal dialog:
http://msdn.microsoft.com/en-us/library/aa969773.aspx
You can turn off the delete confirmation prompt in the RecordsDeleting event.
I still would appreciate any ideas about WPF popups that don't have the Z-order problems with message boxes.