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

RadGridView ComboBox is takes longer when loading 1000 + items

1 Answer 45 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Amit Patel
Top achievements
Rank 1
Amit Patel asked on 22 Oct 2010, 03:02 PM
Hello,

We just noticed that the RadGridView comoBox box takes fairly longer to update when there are 1000+ plus items. We really need the loading process to be faster so that items are visible right away when clicking on the combo box. Is there a way to make item loading process faster?

Thanks,
Amit

1 Answer, 1 is accepted

Sort by
0
Tai
Top achievements
Rank 1
answered on 23 Oct 2010, 06:25 PM
you should use the VirtualizingStackpanel inside the Radcombobox. That's the only solution which i know so far if the combobox has a lot of items

However, if u use the VirtualizingStackpanel, you will LOSE the filtering property ANIMATion what i mean is that it still filter but won't discard the unfiltered one). That's really not a good filter. I hope Telerik will have a solution for it

<telerik:RadComboBox.ItemsPanel>
                                               <ItemsPanelTemplate>
                                                   <VirtualizingStackPanel />
                                               </ItemsPanelTemplate>
                                           </telerik:RadComboBox.ItemsPanel>
                                       </telerik:RadComboBox>
Tags
GridView
Asked by
Amit Patel
Top achievements
Rank 1
Answers by
Tai
Top achievements
Rank 1
Share this question
or