Hi,
i ́m using the solution posted in Q399535 to achieve a SplitLayout for a XAF Webproject. Everything ́s working fine. But (of course) to get the desired Master-Detail behavior, the ProcessCurrentObjectAction of the ListViewProcessCurrentObjectController has to be disabled. So there is no way to open a Detailview in View-Mode.
Now, i ́m trying to open the Detailview on a row dblclick (instead of a single click) with no success: Currently i perform a callback on the grid.ClientSideEvents.RowDblClick event and handle the Grid.CustomCallback event. The event is triggered, but calling ListViewProcessCurrentObjectController.ShowObject(…) has no effect. What ́s the right way to switch from the ListView to a Detailview on a dblclick?
Thanks