I need help with IG. I am using APEX 5.1 and has a page with Interactive Grid based on SQL Query of something like SELECT REC_ID, DOC_NUM, NAME FROM VIEW1. REC_ID is a unique ID. I set REC_ID as "Row Selector" type column. Settings of that column are as follows:
Enable Multi Select: Yes
Show Select All: Yes
Hide Control: No
The Pagination Type is set to "Page" . The Edit Enabled is set to "No".
The problem is that when a select like 2, 3, or all rows in page 1 and the go to page 2 and then return back to page 1, I lose all the selections I did in page 1. I want keep the selected rows marked all time while I am navigating between pages of the IG.
Any ideas?
Thank you,