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

issue with scroll position in dropdown

1 Answer 145 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Siva
Top achievements
Rank 1
Siva asked on 22 Jun 2011, 06:15 PM

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="False" 
        IsFilteringEnabled="True"
        Text="{Binding AdvertiserAutoCompleteText, Mode=TwoWay}" 
        OpenDropDownOnFocus="True" 
        telerik:TextSearch.TextPath="Name">
        <telerik:RadComboBox.ItemsPanel>
            <ItemsPanelTemplate>
                <VirtualizingStackPanel />
            </ItemsPanelTemplate>
        </telerik:RadComboBox.ItemsPanel>
</telerikInput:RadComboBox>


1 Answer, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 27 Jun 2011, 11:51 AM
Hi Siva,

I am sorry, but filtering and virtualization are not supported together. We are aware of the problem and we will do our best to provide a fix in the near future, but I cannot give an estimate at this moment.

Kind regards,
Konstantina
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
Tags
ComboBox
Asked by
Siva
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Share this question
or