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

kendoreact drowdownlist don't display in dialog conteiner

4 Answers 997 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
julio
Top achievements
Rank 1
julio asked on 19 Feb 2019, 04:59 PM

i have a kendoreact dialog and inside this i put a dropdownlist but this don´t display the items.

my code is:

<Dialog title={"Detalle Asiento"} width="500px" onClose={this.cerrarDialogo} persist="true">
<form className="k-form">
<fieldset>
<tr>
<td className="col-xs-1">
<label className="k-form-field">
<div className="lbl1">Cuenta</div>
    <DropDownList data={cmbCuentas} dataItemKey="id" textField="Descripcion" />  </label>
</td>
</tr>
</fieldset>
</form>

 

 

 

 

4 Answers, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 20 Feb 2019, 07:39 AM
Hello, Julio,

This is because of the z-index set to the DropDown Popup. The following GitHub items demonstrate how to resolve it:

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

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
0
julio
Top achievements
Rank 1
answered on 20 Feb 2019, 10:33 PM

the proposal solution don't work, i tested the solution reducing the heigth value to dialog windows, and dropdownlist don't show any data.

i think that is a problem with the object databind and dialog windows.
if i use the same dropdownlist outside the dialog, this work without problem.

i'm trying use combobox and autocomplete components and it's the same problem.

the autocomplete don't recognize the sample data to complete the info :(

0
Stefan
Telerik team
answered on 21 Feb 2019, 09:19 AM
Hello, Julio,

Could you please share the JSON passed to the DropDown? This will help to help to prepare an example to inspect the case more closely.

If the data is private, please replace the values with a dummy one.

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
0
julio
Top achievements
Rank 1
answered on 21 Feb 2019, 05:05 PM

hi stefan, 

I went back to try the solution indicated above, and now it worked.

thanks for the help

Tags
General Discussions
Asked by
julio
Top achievements
Rank 1
Answers by
Stefan
Telerik team
julio
Top achievements
Rank 1
Share this question
or