This question is locked. New answers and comments are not allowed.
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" />