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

RadWindow + RadGridView (lazy loading) = block UI

1 Answer 164 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
ss
Top achievements
Rank 1
ss asked on 21 Oct 2010, 10:41 AM

Hello,

I use two RadWindows. First RadWindow display RadGridView and use data lazy loading. Second RadWindow show detail of RadGridView selected item. Now Second RadWindow is selected and I want to select first RadWindow. If I select first Radwindow, UI is blocked because RadGridView realoading data. How to resolve this problem. I set DataLoadMode = Asynchronous but it didnt help.

Thank you.

1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 26 Oct 2010, 04:02 PM
Hi,

You can check our VirtualQueryableCollectionView online demo. It should not lock the UI while the data is loading because it loads it on small chunks.

Best wishes,
Veselin Vasilev
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
General Discussions
Asked by
ss
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or