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

Autocomplete and the Picklist component not showing correctly

1 Answer 236 Views
AutoComplete
This is a migrated thread and some comments may be shown as answers.
Stefan
Top achievements
Rank 1
Veteran
Iron
Stefan asked on 09 Apr 2021, 08:26 AM

Since the latest update (2.23) there seems to be in issue with the dropdown screen of the Autocomplete and the Picklist component.

When they are displayed in a TelerikWindow, they become hidden behind the background of the window. See the attached screenshot for an example.

(The box containing "test" is a a picklist, the autocomplete presents the same behavior)Is this an issue on my end or just a bug since the latest update?Thank you in advance.

1 Answer, 1 is accepted

Sort by
1
Marin Bratanov
Telerik team
answered on 09 Apr 2021, 08:31 AM

Hi Stefan,

Indeed, there is a regression issue caused by a new feature in the window. It will be fixed in our next release and here is a workaround:

<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
AutoComplete
Asked by
Stefan
Top achievements
Rank 1
Veteran
Iron
Answers by
Marin Bratanov
Telerik team
Share this question
or