Delete functionality in Grid with Pagination
Hi,
We are trying to delete one of the rows(in page 3) in a grid which has pagination by using an Activity.When section is refreshed after performing delete logic,screen is getting displayed with Page 1 instead of Page 3.Could anyone please help in providing a solution.We want the screen to be retained in Page 3 after deleting a row.
Steps Followed
1. A row is selected in Page 3 of a grid
2.On Right click 'delete' option is selected which will launch a Local Action to display a confirmation message.
3.Once user confirms,an activity is triggered to delete the current row.
4.Refresh current section.
Note : Tried refreshing the List,but when the last page has single row,deleting that row is resulting in empty grid.(but clipboard holds the list)
Regards
Vandana