This question is locked. New answers and comments are not allowed.
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.