Hello,
Our application has a requirement to automatically log a user out after a period of input inactivity, e.g. keyboard or mouse events for security reasons.
When we automatically log out a user, we also want to close any open modal dialogs in our application, including any modal dialogs open in the Telerik ReportViewer - such as the Export / Print dialogs.
Is there a way for cancel/close these modal dialogs?
I looked at the specific events such as ExportBegin as it provides a way to cancel the export, but I need a way to close the dialogs at any time not just at the specific time the export starts.
Thanks,
Canice.