Hey,
I'm working with a RadComboBox and I'm getting ">" characters next to all the dropdown items. Is there a way to turn this off?
Here's my combobox definition;
I'm working with a RadComboBox and I'm getting ">" characters next to all the dropdown items. Is there a way to turn this off?
Here's my combobox definition;
<eserve:RadComboBox
ID="RadComboBoxSessionNumber"
Skin="Gray"
runat="server"
Height="200px"
Width="200px"
DropDownWidth="298px"
EmptyMessage=""
HighlightTemplatedItems="true"
Filter="Contains"
EnableLoadOnDemand="true"
OnItemsRequested="RadComboBoxSessionNumber_ItemsRequested"
DataTextField="sessionnumber"
DataValueField="sessionnumber"
MarkFirstMatch="false"
EnableViewState="true"
ShowToggleImage="false"
ToolTip="Search On Session Number">
</eserve:RadComboBox>
Thanks,
Larry