Hello
I have a problem with WebDropDown boxes in which the list is larger than the dialog window height. In this case the list will disappear under the window. You can check this problem in your sample "How to Configure the WebDropDown" (http://samples.infragistics.com/2010.3/WebFeatureBrowser/Default.aspx ). If you change the value "Container Max Height:" to 500 and open then the list so you don't see the whole box.
The same problem I have with the WebDropDown in a WebTab. The original DropDownList box is working correctly in both cases.
What can I do with your box that also works correctly?
Regards
Xaver
i tried to set the DropDownContainerWidth property, but it does not work,
please help me. its urgent.
i have been trying to set the DropDownContainerWidth value, but it still goes out of
container,
actually in my igadd_DropDownListContainer
i am trying to setlike
.igdd_DropDownListContainer{ float: left; border: 1px solid Black; background-color: #FFFFFF;
width:98%;
max-width:220px;
}
but at some where my dropdown may be small or large, then
what should i do to make the list container equal to the size of DropDownWidth?
Hi there,
Have you set any value for the DropDownContainerWidth property? If you haven't try using it.
Thank you for using the Infragistifcs forums!
property does work as it should, but another problem of witdh of list.
i mean when i see the list then dropdown list width goes out of dropdown size.
how can i solve this problem?
Thank you, that works fine!
Best Regards