Reputation:
This SHOULD be a fairly easy thing to do... Say you have a standard XAF BO list view and detail view. In the web UI, when you click on the row in the list view of the BO, it opens the detail view of the BO in display-only mode in the same browser window. Same thing if you click on the Edit icon in a list view row, it opens the detail view of the BO in edit mode in the same browser window.
I would like for the detail view of the BO to come up in another browser tab. Is there an easy way to accomplish that?
Upvotes: 0
Views: 2187
Reputation:
Evidently (after reviewing the support ticket S19224), there isn't an easy way to do this. This is a real shortcoming of the XAF web UI.
Upvotes: 0
Reputation: 470
It is not supported out of the box, but you can workaround using cookieless sessions at your own risk. Read more: https://www.devexpress.com/Support/Center/Question/Details/S19224
Upvotes: 1