Problem in refreshing Editable Data Page
I have an editable Data Page, for which I am feeding some parameters, and since I have no refresh strategy for the editable Data Page, hence this is not getting refreshed properly.
Scenario: This Data Page is in a repeat grid, and is getting populated from report definition, and used to add or update or delete data. When the user clicks on each row for this Data Page we need to open a local action, where the user either adds, updates or deletes the value, and then the Data Page needs to be refreshed, so that when the user comes to main page and searches the value, the updated value comes up.
I already have in the pre and the post actions, values of all the updated Data page, nut I am facing issues when I am deleting the values, the value is getting deleted from the database but not from the datapage, despite the same approach.
***Updated by moderator: Lochan to add Categories***