Completed
Last Updated: 04 Nov 2024 15:15 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.
5 comments
ADMIN
Dimo
Posted on: 04 Nov 2024 15:15

Hello Rajeshbhai,

If your scenario matches this one: https://blazorrepl.telerik.com/QyllOSlp14OFRTV401 , then the "Select All" checkbox should not include items that don't match the filtering.

If your scenario is different, please open a separate support ticket and provide an example for inspection.

Regards,
Dimo
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Rajeshbhai
Posted on: 04 Nov 2024 12:59

Have you guys have any updates for new releases I am having an same issue as well. I want it to select only the data that the user sees after the filter is applied. Is there any way I can implement and achieve what I want. Please answer asap. Thanks

 

Raj

 

 

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.