I am using grid where i have all select checkbox in header.
I want to select all record of all the pages present when i am selecting all select select checkbox
but it select only the record on page which i am currently on
Hi, Because Grid only fetches the records based on page size, you will be able to select only the records from the current page. If you have a business use case where you need to select every record, you will need to fetch all of the records into a local list. Then, when the "SelectAll checkbox is selected, you will need to put a loop in place and use your own custom logic to make the list attribute true. But keep in mind that Outsystems does not prefer this because it will result in performance problems.
I hope it helps you.
Thanks,
Narendra