Last Updated:
07 Sep 2022 13:19
by ADMIN
I have the following:
<GridCheckboxColumn SelectAll="true" SelectAllMode="GridSelectAllMode.All">
When I apply filtering to the grid and click the SelectAll checkbox in the select column header, the grid selects all the data. I want it to select only the data that the user sees after the filter is applied.