After the last update the multi select drop down stopped working. It no longer drops down. You can type the names of items in the list and hit enter and they will populate the text area but the drop down never displays. Any ideas on what might be happening? As a side note I tried to change to an Autocomplete control and it would not drop down either. That might provide some insight as to the problem. I think it has something to do with the markup that caused it to behave a bit differently but not sure. I do know for sure it worked before and now it doesn't.
5 Answers, 1 is accepted
BTW... I realize in a clean project it works so it must be sensitive to something in my HTML markup that it wasn't sensitive to before. Any ideas would be helpful.
Thanks,
Hello Dean,
There is a bug in 2.23.0 for popups (like dropdowns - comboboxes, autocomlete, multiselect) where they don't show up in a window. It is caused by a new feature in the window and it will be fixed in our next 2.24.0 release planned for mid-May.
Until then, you can try adding this CSS to work around the issue:
<style>
.k-animation-container {
z-index: 15000;
}
</style>
If that's not the problematic case, could you send me some more details on the issue?
Regards,
Marin Bratanov
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.