Posted 22 Jun 2011 Link to this post
Hello,
Whenever I try to filter autocomplete the scroll position is going to bottom of the dropdown. Please see attached images.
<
telerikInput:RadComboBox
x:Name
=
"AdvertiserAutoCompleteBox"
Width
"250"
ItemsSource
"{Binding FilteredAdvertisers}"
SelectedValuePath
"AdvertiserId"
DisplayMemberPath
"Name"
CanAutocompleteSelectItems
"False"
SelectedItem
"{Binding SelectedAdvertiser, Mode=TwoWay}"
IsEditable
"True"
IsReadOnly
IsFilteringEnabled
Text
"{Binding AdvertiserAutoCompleteText, Mode=TwoWay}"
OpenDropDownOnFocus
telerik:TextSearch.TextPath
>
telerik:RadComboBox.ItemsPanel
ItemsPanelTemplate
VirtualizingStackPanel
/>
</
Posted 27 Jun 2011 Link to this post