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

Filters not rendered on TreeList in a TabStrip tab #7342

Closed
antonmironovv opened this issue May 12, 2023 · 3 comments
Closed

Filters not rendered on TreeList in a TabStrip tab #7342

antonmironovv opened this issue May 12, 2023 · 3 comments

Comments

@antonmironovv
Copy link

Bug report

Filters are not rendered on TreeList when it is in a tab of a TabStrip.

Reproduction of the problem

  1. Implement a Telerik UI TabStrip with two tabs.
  2. In one of the tabs add a filterable TreeList.
  3. In the other tab add a filterable Grid.

Current behavior

When the tab with the Grid is opened by default, the TreeList does not have filter icons.

Expected/desired behavior

The TreeList should be rendered with filter icons.

Environment

  • Kendo UI version: 2023.1.425
  • jQuery version: 3.4.1.
  • Browser: [all]
@veselints
Copy link
Contributor

We must change the expression that looks for the header cell to:

COLUMNHEADERATTR = ".k-table-th"

@veselints
Copy link
Contributor

The issue could be observed in the following sample:
Sample.zip

@veselints
Copy link
Contributor

@github-actions github-actions bot added FP: Completed Sync status with associated Feedback Item and removed FP: Unplanned Sync status with associated Feedback Item labels May 19, 2023
@Dimitar-Goshev Dimitar-Goshev changed the title Filters are not rendered on TreeList when it is in a tab of a TabStrip. Filters not rendered on TreeList in a TabStrip tab May 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants