16
Views
1
Comments
In Grid all select checkbox select only the record on page which i am on
Application Type
Reactive

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.