List page does not refresh after adding new item (v2025)

Hi everyone,

In one of my projects, the list page has stopped refreshing after adding a new record. I am using a modal for the "Add" screen and typically set it to remain open after saving. However, unlike my other projects, the background list page does not update automatically.

How can I resolve this?

  1. Which version are you using?
  2. How did you "set it to remain open after saving"?

v.2025

Table > Return Pages > After add : Add Page

If you set that, the modal dialog will not close, it will load the Add page again, the page will not be reloaded until the modal dialog is closed.

The issue was that the page wasn't refreshing after closing the modal. After disabling the 'keep modal open' option, the refresh started working; however, when I try to re-enable it, the modal no longer stays open and redirects straight back to the list.

Could this be related to a recent template update?

I don't think there is any template update in this regard.

What is the "keep modal open" option? (Did you mean setting the Return Page to Add page?)

yes. Return Page to Add page

You may try to use Table_Load server event and enable UseAjaxAction for the table.