xCPDesigner - Result list and Real-time query not working properly

I have result-list with multiple pages. When I select items on page 1 of result-list everything works properly, meaning actions that supposed to work are working. But, when I am on page 2, and select items, whole page refreshes and then I get page 1 , again.
In developer tools I have seen that real-time query gets called repeatedly.

This is how it looks in my xCPDesigner.
Any idea how to solve this?

Reposted from: https://forums.opentext.com/forums/discussion/236374/xcpdesigner-result-list-and-real-time-query-not-working-properly

Comments

  • Is by any chance the row selection firing "TriggerStatelessProcess" event? It has to be some event which is firing the real-time query again.

    Samir Vaidya
    Enterprise Software Architect
    OpenText

  • Which version of xcp are you using? We just recently applied patch to fix pagination issues for 7.3. I believe the patch was 21.

  • are there any UiEvents subscribed to Grid Select? Can you check the UI Events tab of the page to see?