deleteFromDataStoreEntitites is not refreshing the page data

Hi,

I have a "DELETE" button in an interface where I have a readonly grid and the grid is loading the data using a RecordType.

Now, when the user selects multiple rows of data, I am calling "deleteFromDataStoreEntitites" and passing required parameters and in the background data is getting deleted.

But, the issue, the deleted row data is still showing in the readonly grid.

Is there any way, I can do page reload or grid load to call after "Delete" button click.

  Discussion posts and replies are publicly visible