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

[Solved] RadAutoCompleteBox : remove highlight of first row

1 Answer 109 Views
AutoCompleteBox for XAML
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
sdfsadf
Top achievements
Rank 1
sdfsadf asked on 09 Dec 2015, 03:18 PM

By default first row is always highlighted in a dark grey, how I can to remove this highlight?

My xalm code:

<StackPanel Grid.Row="1" Grid.Column="1" VerticalAlignment="Center">
    <telerik:RadAutoCompleteBox     WatermarkContent="Enter data"
                                    VerticalAlignment="Center"
                                    x:Name="companiesAutoCompleteBox"
                                    TextSearchMode="StartsWith"
                                    AutoCompleteMode="Suggest"
                                    SelectionMode="Single"
                                    TextSearchPath="Name"
                                    ItemsSource="{Binding DataList}"
                                    DropDownItemTemplate="{DynamicResource CompaniesSearchAutoComplete}"
                                    SelectionChanged="dataAutoCompleteBoxSelectionChanged"
                                    SearchTextChanged="dataSearchTextChanged" />

1 Answer, 1 is accepted

Sort by
0
Ivaylo Gergov
Telerik team
answered on 15 Dec 2015, 07:37 AM
Hi,

Could you please clarify what product do you use because it seems it is not the RadAutoCompleteBox for Windows 8 and your download history is empty?

Regards,
Ivaylo Gergov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
AutoCompleteBox for XAML
Asked by
sdfsadf
Top achievements
Rank 1
Answers by
Ivaylo Gergov
Telerik team
Share this question
or