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

 

 

 

 

 

 

 

 

Parents
No Data
Reply
  • 49378
    posted

    Hi soniaalves,

    Thank you for posting in the community.

    I have tested this scenario using version 11.2.20112.2036 but am so far unable to replicate the behavior. Attached is my test sample. In order to investigate this further I would require a sample page demonstrating the issue.

    Please feel free to contact me if you have any questions.

    WebDropDownInsideDialogWindow11.2.zip
Children