Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

igxGrid - Select all checkbox on the header does not work properly for a pending row when filtering is applied. #14724

Closed
mkamiishi opened this issue Sep 5, 2024 · 0 comments · Fixed by #14792
Assignees
Labels
🐛 bug Any issue that describes a bug ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.

Comments

@mkamiishi
Copy link

mkamiishi commented Sep 5, 2024

Description

Select all checkbox on igxGrid’s header is not working as expected when batchEditing and filtering features are used.
When a row has a pending update, that row stays checked(=selected) even when the select all checkbox is unchecked.

  • igniteui-angular version: 18.1.9
  • browser: Chrome

Steps to reproduce

  1. Run the sample.
  2. Double-click any cell and change the value.
  3. Press Enter key to exit edit mode.
  4. Click the select all check box on the header twice.

Result

The edited row stays checked even when the select all checkbox is unchecked.

Expected result

The edited row gets unchecked when the select all checkbox is unchecked.

Attachments

igGridSelectAll.zip

@mkamiishi mkamiishi added 🐛 bug Any issue that describes a bug 🆕 status: new labels Sep 5, 2024
@kacheshmarova kacheshmarova self-assigned this Sep 5, 2024
@MonikaKirkova MonikaKirkova self-assigned this Sep 10, 2024
@MonikaKirkova MonikaKirkova added the 🛠️ status: in-development Issues and PRs with active development on them label Sep 12, 2024
@MonikaKirkova MonikaKirkova added ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged. and removed 🛠️ status: in-development Issues and PRs with active development on them labels Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Any issue that describes a bug ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Projects
None yet
3 participants