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

UI Rendering Issue

0 Answers 84 Views
AutoCompleteBox
This is a migrated thread and some comments may be shown as answers.
Azharshah
Top achievements
Rank 1
Azharshah asked on 06 Jan 2020, 09:03 AM

Hi Progress Telerik,

We are using RadAutoCompleteBox for WPF.

Sometimes, while searching with Text, it displays with improper UI.

It is happening very rarely or at least once in a day.

Please find the attachment.

Kindly suggest on this.

 

Below is the code used in xaml:

<tk:RadAutoCompleteBox
                        Name="CountryRadComboBox"
                        Grid.Column="1"
                        VerticalAlignment="Center"
                        DropDownItemTemplate="{StaticResource CountryNameTemplate}"
                        ItemsSource="{Binding CountryList}"
                        SearchText="{Binding CountryTextChanged, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
                        SelectedItem="{Binding SelectedCountry, Mode=TwoWay, NotifyOnValidationError=True, UpdateSourceTrigger=PropertyChanged}"
                        SelectionMode="Single"
                        TextSearchMode="Contains"
                        TextSearchPath="Description">
      <tk:RadAutoCompleteBox.FilteringBehavior>
           <tk:AsyncFilteringBehavior />
      </tk:RadAutoCompleteBox.FilteringBehavior>
</tk:RadAutoCompleteBox>

 

Thanks and Regards,

Muhammad Azhar Shah

No answers yet. Maybe you can help?

Tags
AutoCompleteBox
Asked by
Azharshah
Top achievements
Rank 1
Share this question
or