Last Updated:
04 Nov 2024 15:15
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.