Disabling action buttons in lazily loaded screen

Version 2025.10.2.

When designing lazily loaded screen if the user decides to disable action buttons on the root screen section the frontend doesn’t display the screen and instead returns following error message:

Error: Cannot infinitely scroll on dataStructureEntity: d211c7e1-9954-46ae-ac06-80c7147f08a4 because it has no default ordering on the displayed form.

Enabling the action buttons on the root screen section is a workaround, but the disabling the action buttons shouldn’t cause with ordering of the screen.

It looks like the behavior is caused by this line, and the line have been there since the first commit.

@tvavrda Do you think we can remove this line?

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.