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

Multiselect in dialog

1 Answer 307 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
TREXIMA spol. s r.o.
Top achievements
Rank 1
TREXIMA spol. s r.o. asked on 03 Jan 2019, 06:59 AM

Hello Telerik,

  I need insert multiselect in dialog, but result not fine: https://stackblitz.com/edit/react-2dnqba?file=app/main.js , because multiselect dropdown is show under dialog window. How do I do it?

  Thank you Pavel

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 03 Jan 2019, 09:38 AM
Hello, Pavel,

This occurs as the popup for the MultiSelect has a lower z-index compare to the Dialog.

I can suggest setting a higher z-index to the pop-up container via CSS:

.k-animation-container {
  z-index: 10002
}

This is the modified example:

https://stackblitz.com/edit/react-2dnqba-84a4ly?file=index.html

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
TREXIMA spol. s r.o.
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or