kendo-react icon indicating copy to clipboard operation
kendo-react copied to clipboard

[BUG] Rendering mismatch for the Grid's FilterRow cell

Open NickIliev opened this issue 1 year ago • 1 comments

Bug report

The Grid's Filter Row is rendered with different CSS selectors compared to the source of truth tests. That results in ThemeBuilder producing styles incompatible with other Kendo/Telerik suites rendering for the filter row

Reproduction of the problem

  • Load the basic KendoReact demo of the filter row from the documentation https://www.telerik.com/kendo-react-ui/components/grid/filtering/
  • Add custom styles as generated from ThemeBuilder (Kendo Bootstrap theme)

Result: the styles for the component nested within the Filter Row are not properly applied The rendering shows the following structure: image

The source of truth, however, is showing that there should be k-table-td class instead of the used k-table-th class. https://github.com/telerik/kendo-themes/blob/develop/tests/grid/grid-filter-row.html#L560

Environment

  • Kendo UI version: Kendo React v8.0.0 reported through t.1654892

NickIliev avatar Jun 11 '24 12:06 NickIliev

@ivanchev will take the PR into his while making the Grid a functional component.

silviyaboteva avatar Oct 22 '24 11:10 silviyaboteva