telerik / kendo-angular

Issue tracker - Kendo UI for Angular
http://www.telerik.com/kendo-angular-ui/
Other
463 stars 213 forks source link

Missing k-checkbox-wrap for Checkbox within the Grid's Column Menu #4328

Open NickIliev opened 3 weeks ago

NickIliev commented 3 weeks ago

Describe the bug

The Checkbox should be rendered with a wrapper that holds k-checkbox-wrap CSS class (related to https://github.com/telerik/kendo-angular-private/issues/1913)

However, when creating a Grid with ColumnMenu, and there is an active column chooser item, then the rendered checkboxes are missing the wrapper element (no k-checkbox-wrap).

This is not the expected rendering as in the source of truth tests https://github.com/telerik/kendo-themes/blob/develop/tests/grid/grid-column-menu-angular.html#L25 image

To Reproduce Open the official column chooser demo https://www.telerik.com/kendo-angular-ui/components/grid/accessories/column-menu/#toc-column-chooser-item and observe the rendering for the checkbox items image

Additional context reported through t.1655224

Kendo Angular Q2 2024 TB Q2 2024