Treelist not allowing filter when reorderable

1 Answer 31 Views
TreeList
Brendon
Top achievements
Rank 2
Brendon asked on 26 Oct 2023, 01:27 PM

I am seeing an issue with my kendo treelist control in version (2023.2.718) which is reproducible in kendo dojo (https://dojo.telerik.com/iDogeqoh). Essentially, I set my treelist to be reorderable and filterable using row filters. When I do this, I cannot type into the filter and holding and dragging the filter box seems to treat it like a header instead. In fact, when you click and drag that box, the screen freezes and you can't do anything with the page... I found that the selector being passed to the reorderable filter was '.k-grid-header th.k-header' which was being filled by the filter row. If you change this value to '.k-grid-header tr:not(.k-filter-row) th.k-header', the issue goes away.

 

 

1 Answer, 1 is accepted

Sort by
1
Accepted
Martin
Telerik team
answered on 31 Oct 2023, 08:43 AM

Hello, Brendon,

Thank you for reporting and debugging the behaviour!

I have opened a new bug report in our Feedback Portal where you can track its status. It is logged with very high priority so hopefully a fix will be available in the next release in mid November.

As a small token of gratitude, I am updating your Telerik Points.

Let me know if you have any questions.

Regards,
Martin
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources
Tags
TreeList
Asked by
Brendon
Top achievements
Rank 2
Answers by
Martin
Telerik team
Share this question
or