Hi all,
The text displayed in the comboBox is always align at the vey top ff the comboBox in Safari.
So in this case below, the text "United States" is alway displayed top-left in Safari.
Is this a known issue or am i doiing something wrong?
Thanks!
The text displayed in the comboBox is always align at the vey top ff the comboBox in Safari.
So in this case below, the text "United States" is alway displayed top-left in Safari.
Is this a known issue or am i doiing something wrong?
Thanks!
| <telerik:RadComboBox Width="239px" Skin="Vista" ID="RadComboBox1" runat="server"> |
| <Items> |
| <telerik:RadComboBoxItem Text="United States" /> |
| <telerik:RadComboBoxItem Text="Canada" /> |
| </Items> |
| </telerik:RadComboBox> |