I have created one interactive grid report, and I have created form page to create a new record in the report and to edit the report.
I have too many rows in the interactive grid report so I applied the Pagination type as page and Heading fixed to region and fixed report height 300 pixels.
After clicking on the save button of the form page the interactive grid report is refreshing, and data is getting updated but it's coming to 1st page not staying at same page number of the IG (where I updated the last record) so if I want to check the updated row then I have to go again in the that page number.
Here I want to stay at the same page after clicking on save button and want to see the updated row.