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

RadGridView with ComboBox

1 Answer 64 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Leonard
Top achievements
Rank 1
Leonard asked on 10 Jul 2015, 06:25 PM

Good afternoon,

I 'm sorry about my english.

I have a RadGridView control, inside it I have a template with ComboBox, when I populate the RadGridView it is very slow.

Do you know a way to do faster?

Thanks.


1 Answer, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 15 Jul 2015, 09:01 AM
Hello,

Would you please share some more details on how have you defined the template with ComboBox? Would you ensure you have not placed RadGridView in a control which measures it with infinity (i.e. StackPanel, ScrollViewer, Grid.RowDefinition with Height Auto)? Generally, I would not recommend you defining RadGridView (or any virtualized control) in such a container as it measures its content with infinity and the UI virtualization of the grid will be broken. Consequently, there will be performance degradation. You can also check our online documentation explaining how the UI virtualization works. 

Regards,
Dimitrina
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
ComboBox
Asked by
Leonard
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Share this question
or