Hi,
I am using grid with server side pagination/filtering & column checkbox. Lets say, I have specified page size = 25. My requirement is if user has applied some filter and total records are less than 500, then user should be able to Check All records across multiple pages. Right now, Check All selects only current page records.
Alternative could be, If I can dynamically change the page size to ALL, that should also solve this.
Regards,
Sanjay