"Select All"" Button.

Hello Everyone.

The doubt here is about implementing a “Select All” Button in the Grid.

This means a button that marks as selected all the rows AFTER we make a filter.

So, the point is that working as Server Mode, we can’t select the “Invisible” rows because theese rows are not retreived from the server, the rows wil be requested when the user “scrolls down”.

¿Is it a problem of the Server Mode?
¿It could be done in Client Mode?

Thank you.

You can’t select rows that are not loaded on the server side.

Then, is there a solution to my problem?

The “Select All” button can be done?