Completed
Last Updated: 07 Sep 2022 13:19 by ADMIN
Release 3.6.0 (14 Sep 2022) (R3 2022)
Aleksandr
Created on: 01 Dec 2020 19:20
Category: Grid
Type: Feature Request
18
SelectAll header checkbox to take filtering into account
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.
3 comments
ADMIN
Dimo
Posted on: 23 Jun 2022 13:01

Hi Taarti,

Indeed, I agree that the experience can be confusing for users and require workarounds on the dev side.

I checked with the product owners and we will work on this item for some of the next releases. We will update the status here when there is an official time frame.

In the meantime, I hope you can use the new header template for the checkbox column to distinguish user actions and adjust the selected items' collection programmatically.

Regards,
Dimo
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Taarti
Posted on: 17 Jun 2022 06:18

Hi Team,

Any updates on this? It's confusing to user select all the items which are not visible on the grid.

And it's painful to move across all the pages to select all the items.

Please resolve asap.

 

Thanks,

Bradley
Posted on: 09 Dec 2021 20:51

This feature would be great to have.  Selecting hidden data is confusing for users making it tempting to not use SelectAll to begin with.  Is there a workaround that we could use in the meantime?  I'm using the grid in virtual scrolling mode.