I have a problem with a RadComboBox creating a scroll in a popup as soon as data gets filled in multiple rows, the ui on the combo box also breaks where it creates a weird height and the arrow drop down image becomes broken.
If I set visible to false inside the radcomboBox column it fixes it. Not sure what is going on, any help on this issue is appraciated.
Thank you.
Code sample below.
<telerik:GridTemplateColumn HeaderStyle-Width="40%" HeaderText="<% $Resources:PageControls, CoverageLevel %>">
<ItemTemplate>
<telerik:RadComboBox ID="cmbZoneCoverage" runat="server" EnableEmbeddedSkins="false"
Skin="Premise" Width="200px" />
</ItemTemplate>
</telerik:GridTemplateColumn>
If I set visible to false inside the radcomboBox column it fixes it. Not sure what is going on, any help on this issue is appraciated.
Thank you.
Code sample below.
<telerik:GridTemplateColumn HeaderStyle-Width="40%" HeaderText="<% $Resources:PageControls, CoverageLevel %>">
<ItemTemplate>
<telerik:RadComboBox ID="cmbZoneCoverage" runat="server" EnableEmbeddedSkins="false"
Skin="Premise" Width="200px" />
</ItemTemplate>
</telerik:GridTemplateColumn>