Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
745
BIG Problem : WebDropDown inside WebDialogWindow v11.2
posted

Hi there.

I have this issue:

I'm using infragistics 11.2 version and I have a webdropdown with some items populated. Here is the code in html:

 

 

<

 

 

ig:WebDropDown ID="ddlFornecedorInfo" runat="server" TextField="Descricao" ValueField="ID" Width="205px"></ig:WebDropDown>

If I put this on my aspx page it works fine. I select an item from the bottom of the list and everything works fine.

But if I put the SAME dropdown on a webdialog window I have a problem. When I try to select an item from the bottom of the list, the scroll of the dropdown always moves to top of the list and I can't select the item.

Please help.

Thank you