Completed
Last Updated: 27 Mar 2023 06:36 by ADMIN
Release R1 2023 SP1
José Antonio
Created on: 11 Jan 2023 13:29
Category: Overlay
Type: Bug Report
0
RadOverlayManager: Closing the overlay changes the ZOrder of the main form
While using a RadOverlayManager to indicate a long-lasting operation, calling the  RadOverlayManager.Close method puts the main form behind the other opened applications. A sample project is attached.
Attached Files:
1 comment
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 11 Jan 2023 13:38

Hello, José Antonio,

Thank you for reporting this undesired behavior.

Currently, the possible solution that I can suggest is to activate the main form after calling the RadOverlayManager.Close:

                RadOverlayManager.Close()
                Me.TabInicio.ElementTree.Control.FindForm().Activate()

I hope this information helps. If you need any further assistance please don't hesitate to contact me. 

Regards,
Dess | Tech Support Engineer, Principal
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.