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
1025
WebDropDown Width problem when set enabledropdownaschild="false"
posted

I have webdropdown in the webpopupwindows to show the dropdownlist size equal to the size of the dropdown i set the 

.igdd_QuickQubeDropDownListContainer{

Width:100%;

}

But to show the list dropdown of full height i have to set the enableDropDownasChild property to false and that start causing the problem as now the 100%is calculated by the width of the form instead of the width of the dropdown .Is there any solution to override the width property of the container specifically.

Thanks for the help in advance.