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

Rendering issue of a DropDownList in a Window

1 Answer 446 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jean-Pierre
Top achievements
Rank 1
Jean-Pierre asked on 07 Mar 2019, 03:33 PM

Hello,

When I put a DropDownList inside a Window, and the I try to select an item, it seems that the deployed list is rendered behind the window. For your convenience, I have set up a demo on Stackblitz. I am using 2.7.1 kendo react version.

Best regards,

Jean-Pierre

 

 

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 11 Mar 2019, 06:42 AM
Hello, Jean-Pierre,

This occurs because the list container of the DropDownList was lower z-index of the Window:

https://github.com/telerik/kendo-react/issues/45

This is the updated example:

https://stackblitz.com/edit/react-qa6oec-xgdfc9?file=index.html

The issue is still not fixed, as depending on the use case different components have to be on top and we decided that for now, it is better the developer to programmatically set the z-index depending on the use case of the application.

Regards,
Stefan
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Jean-Pierre
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or