Hi,
I have a little issue that I can not find the solution.
I have a root detail view in view mode and with CollectionsEditMode View, with all its tabs nested listviews.
- when nested listview records are selected are shown in the main window (not in popup)
- when nested listview records are selected to edit (only one) are shown in the main window (not in popup)
the first case I solved it with this code:
C#Frame.GetController<ListViewProcessCurrentObjectController>().CustomizeShowViewParameters += _CustomizeShowViewParameters;
private void _CustomizeShowViewParameters(object sender, CustomizeShowViewParametersEventArgs e)
{
e.ShowViewParameters.TargetWindow = TargetWindow.NewModalWindow;
}
How can I catch the edit object or new object action to show them in popup? Because that CustomizeShowViewParameters is only for this controller, right?
Thanks in advance
Hello Juan,
Thank you for the detailed information. We need additional time to research it. We will get back to you once we have any results or need extra information. Your patience is appreciated.