Using the RadComboBoxEditor with a single RadComboBoxItem with a label of String.Empty doesn't correctly calculate the height of the list box (the list box is tiny). This is a defect in Q3 2007 SP1 as well.
1 Answer, 1 is accepted
0
Angel
Telerik team
answered on 27 Mar 2008, 10:18 AM
Hi Kevin Meyer,
If you have no non-empty item in the RadComboBox, the calculation logic cannot calculate a height based on the font of the item. One way to solve this is to set the Text property to a character of space instead of an empty string.
If you have further questions do not hesitate to ask.