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

Incorrect Checkbox Icon Rendering for Boolean Values in Grouped Columns #7972

Closed
christophkiser opened this issue May 15, 2024 · 1 comment
Closed
Labels

Comments

@christophkiser
Copy link

I'm submitting a ...

[X] bug report => see 'Providing a Reproducible Scenario'
[] feature request => do not use Github for feature requests, see 'Customers of AG Grid'
[] support request => see 'Requesting Community Support'

Customers of AG Grid

YES

Providing a Reproducible Scenario
When grouping a column that contains boolean values, the icons in the group node are not rendered correctly. Specifically, instead of displaying a checkbox with a check mark for TRUE values and an empty checkbox for FALSE values, the grid renders an empty checkbox for both TRUE and FALSE values.

Plunker-Link

Current behavior
If I group a column that contains boolean values, the checkbox icon for 'TRUE' and 'FALSE' are both rendered as empty checkboxes (FALSE) in the grouping node.
Screenshot 2024-05-15 at 10 23 53

Expected behavior
The grouping node for the booleans of 'TRUE' should show an checkbox with an check mark in it. The same way as it is shown if the column is not grouped.
Screenshot 2024-05-15 at 10 25 05

Please tell us about your environment:

  • AG Grid version: 31.1.1
    I installed the newest version (31.1.1) and still have the same issue.

  • Browser:
    Chrome, Safari, Firefox

  • Language:
    TypeScript (Angular)

@sabahang
Copy link

Hello

Thank you for reporting this - much appreciated!

Based on your description we've now reproduced this issue as a bug.

We have added this bug to our backlog and we are tracking it with the following reference and description:
AG-11649 [Row Grouping] When grouping columns with boolean values, group row checkbox icons render incorrectly

We try to fix bugs from one release to the next, so this should be fixed in the next release or the one after if it was raised too close to the next release date.

See whether this item will be in the next release by checking the NEXT RELEASE checkbox on the product pipeline page:
https://www.ag-grid.com/ag-grid-pipeline/

The best way to track this is to sign up for AG Grid new release notifications using the instructions here. This way you'll know as soon as a new version is out and you can check whether this specific item was implemented on the changelog page.

Thanks again for bringing this up with us.

Kind regards,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants