This is a migrated thread and some comments may be shown as answers.

ComboBox; MultiSelect

1 Answer 290 Views
Window
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
Iron
Iron
John asked on 13 Apr 2021, 06:03 AM
Basically anything with a drop down container does not show on Telerik Window. This is nothing fancy and really is weird. If I type something into the combo-box the drop down filtering does not show, but if I press the arrow it shows the data. On Multiselect there is nothing available to click like an arrow so the container never comes to the forefront. I test on a non windowed view and both perform correctly.

1 Answer, 1 is accepted

Sort by
0
Accepted
Marin Bratanov
Telerik team
answered on 13 Apr 2021, 06:29 AM

Hi John,

This is an issue caused by a new feature in the window, it will be fixed in our next release (2.24.0), and for the time being this workaround will serve:

<style>
    .k-animation-container {
        z-index: 15000;
    }
</style>

 

Regards,
Marin Bratanov
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Window
Asked by
John
Top achievements
Rank 1
Iron
Iron
Answers by
Marin Bratanov
Telerik team
Share this question
or