I'm building my first prototype with XAF and have a question. I have a simple class with just 5 properties. This show fine in the listview with 5 columns, but as a detailview there is a lot of 'white space' on the screen. Therefore I want the detailview to always open as a modal popup. There is no need for a ribbon on the popup, just an OK / Cancel button to save or cancel the changes.
Also on the main ribbon I'd like a button to add a new object by opening this simple popup form.
How can I do this?
My primary target is a Win app, but a Web solution would also be interesting.