Hi,
When I use 2 radcomboboxes on the same pages with the same skin; 1 with LoadOnDemand and 1 with static content, they look different. Please see the screenshot below. How can I make them look exactly the same?
Thanks,
Paul
When I use 2 radcomboboxes on the same pages with the same skin; 1 with LoadOnDemand and 1 with static content, they look different. Please see the screenshot below. How can I make them look exactly the same?
<
telerik:RadComboBox
ID
=
"ddAVPFilter"
runat
=
"server"
EmptyMessage
=
"Choose AVP Area"
AutoPostBack
=
"true"
Skin
=
"Sunset"
>
<
Items
>
<
telerik:RadComboBoxItem
Text
=
"WNEN"
Value
=
"WNEN"
></
telerik:RadComboBoxItem
>
<
telerik:RadComboBoxItem
Text
=
"WNES"
Value
=
"WNES"
></
telerik:RadComboBoxItem
>
<
telerik:RadComboBoxItem
Text
=
"GBRN"
Value
=
"GBRN"
></
telerik:RadComboBoxItem
>
<
telerik:RadComboBoxItem
Text
=
"GBRS"
Value
=
"GBRS"
></
telerik:RadComboBoxItem
>
</
Items
>
</
telerik:RadComboBox
>
<
telerik:RadComboBox
ID
=
"ddMgrFilter"
runat
=
"server"
EmptyMessage
=
"Choose the Manager"
AutoPostBack
=
"true"
ShowMoreResultsBox
=
"True"
ItemRequestTimeout
=
"500"
EnableVirtualScrolling
=
"true"
MarkFirstMatch
=
"False"
EnableLoadOnDemand
=
"True"
AllowCustomText
=
"False"
IsCaseSensitive
=
"False"
Skin
=
"Sunset"
/>
Thanks,
Paul