Hi,
I use Windows Forms as MDI and open some child form.
In one of the forms, I use the RadOverlayManager for Grids to get an Loading Screen.
Before I start the loading of the RadGridView (or something other).
RadOverlayManager.Show(RadGridView1)
And after the loading of the Grid at the end of the sub.
RadOverlayManager.Close()
But after the loading, it selects another MDI Child form, that was opend "before" these form.
Any Ideas whats wrong and how to solve these problem?
(or maybe have another solution as a loading screen/symbol for loading things)
Thank you