Hi, I have a button "Select All" and it has a true dynamic cation "JS Function" to select all the records on the interactive Grid. apex.region("payment_info").widget().interactiveGrid("getViews", "grid").view$.grid("selectAll"); This function only selects the record on the page I am currently focusing on. I want to select all the records from all the pages in that Interactive Grid. Thanks in advance.