I have a combobox that we are using load on demand and no wrap. When I
turn on no wrap and the only values that are in the drop down would
normally wrap. The values appear are compressed. I know they are being
returned, they just don't show up.
Here is the combobox:
Here is a style that I'm trying to set on page load to set overflow: hidden, as this was the issue with the RadGrid when I turned wrapping off.
Thanks,
Adam
Here is the combobox:
| <telerik:RadComboBox ID="radPeople" CssClass="MyCombo" runat="server" AllowCustomText="True" EnableLoadOnDemand="True" |
| Width="250px" NoWrap="True"> |
| <CollapseAnimation Duration="200" Type="OutQuint" /> |
| </telerik:RadComboBox> |
Here is a style that I'm trying to set on page load to set overflow: hidden, as this was the issue with the RadGrid when I turned wrapping off.
| .MyCombo .RadComboBoxDropDown_WebBlue .rcbNoWrap {overflow: hidden} |
Thanks,
Adam