This is a migrated thread and some comments may be shown as answers.

[Solved] RadComboBox DropDown Has Arrows ">"

1 Answer 55 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Larry
Top achievements
Rank 1
Larry asked on 29 Apr 2009, 04:57 PM
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;

 

<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

 

1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 30 Apr 2009, 09:36 AM
Hi Larry,

We cannot reproduce the problem locally. Can you please try to isolate the issue in a small project and send it to us in a support ticket?


Greetings,
Veselin Vasilev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
ComboBox
Asked by
Larry
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or