Completed
Last Updated: 09 May 2023 12:13 by ADMIN
Robert
Created on: 03 May 2023 06:41
Category: UI for Blazor
Type: Bug Report
0
Dropdowns in treeview behaves irratically

https://blazorrepl.telerik.com/cdkTuxEg30UJXWug36

When trying to expand the drop downs, some of them do not expand.
It is impossible to give a scenario that always behaves the same, but if
you keep expending the drop downs sooner or later some will stop working.

1 comment
ADMIN
Nadezhda Tacheva
Posted on: 09 May 2023 12:13

Hi Robert,

The behavior occurs as the click on the DropDownList propagates up to the Tree Item. This is expected based on the component configuration and you can find more details on the matter here: DropDownList or TextBox in TreeView Doesn't Work.

To handle the scenario, you may wrap the content of the <ItemTemplate> inside a <div @onclick:stopPropagation> </div>.

I hope this will help you move forward with your application. Please let us know if you are facing any other difficulties.

Regards,
Nadezhda Tacheva
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Telerik family, check out our getting started resources!