We have implemented a search as you type control using the RadGridView. Everytime the text changes we set the ItemsSource to a new source and when data is being loaded the text box is unresponsive. We have specified DataLoadMode="Asynchronous" but it doesn't help. Any ideas?
3 Answers, 1 is accepted
0
Vlad
Telerik team
answered on 29 Nov 2010, 08:57 AM
Hello,
Why not use the grid filtering instead similar to our demo? When you reset ItemsSource the entire UI will be recreated from scratch which is expensive operation.
Greetings,
Vlad
the Telerik team
Browse the videos here>> to help you get started with RadControls for WPF
Not optimal but it is the only working filtering against NHibernate's IQueryable.
0
Vlad
Telerik team
answered on 30 Nov 2010, 12:36 PM
Hi Tor,
We've fixed this (DataLoadMode="Asynchronous" on initial load) and the fix will be part of our next internal build. I've added 2000 Telerik points to your account.
All the best,
Vlad
the Telerik team
Browse the videos here>> to help you get started with RadControls for WPF