ADP based table not refreshing
Content
I have ADP based table. I have table with additional column called Delete Row. If user selects a row and clicks Delete Row i am having action chain that calls REST call Delete with the id and Row gets deleted from BO. I use Refresh Data Provider Event and have given the ADPDataProvider to get refreshed.
Problem is even after ADP refresh happens that row still shows up in the table. I checked in the BO the row is no longer in BO which is good. So not sure why row still showing in table ? If I click the browser refresh icon row is then vanished. That means the table is showing stale data even after ADPDataProvider refresh event. Why is this happening ?
0