user2075599
user2075599

Reputation:

DevExpress XAF - How to open a detail view in a new browser window/tab

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

Answers (3)

Bassam
Bassam

Reputation: 1

Now, the feature is supported out of the box since 16.2

Thanks

Upvotes: 0

user2075599
user2075599

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

ErikWitkowski
ErikWitkowski

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

Related Questions