How to Set Row Details to Always Open (and stay!) on the Right?

I prefer to set all my tables and buttons to open row details with the position set to the right. However, I’ve noticed that when I edit text in the detail view, the row position often jumps to the center. Does anyone know how to prevent this from happening?

Additionally, is there a way to set a default row position for an entire doc or even an entire workspace so that it always opens on the right?

Thanks in advance for your help!

1 Like

I always open row-detail dialogs with a button as follows;

thisRow.OpenRow(viewmode:'right')

And I have not noticed that detailed views elsewhere in the UI have changed this.
I dont let users open rows using the default UI widget.
Thats because I always want to be able to add logic for the open-row event if needed.
So by the same token, I always provide a DONE button to close the dialog and place the user on the page or layout required by the business logic.

2 Likes

Hi. I am using a button to open my rows. When I open the detail view, it’s on the right. but as soon as i click on a canvas or text column to add any text, the view jumps to the center of the screen.

I also use a lot of card views and while I do have buttons for opening them, I can’t see a way to disable the ability to open a card when you (purposely or accidentally) click on the card instead of the button.