Hi P,
Try to call return false in the OnClientClick event of the button which opens the dialog:
Another thing to try is to place the return false after the diag.show() method:
...
var parent, options, diag;
options = new ACT.ModalWindowOptions(280, 510);
diag = new ACT.ModalWindow(alarmDiagURL, options, true);
diag.show();
return false;
...
If the above does not help, please provide a sample runnable project/page which showcases the issue.
Best Regards,
Rumen
Progress Telerik
Progress is here for your business, like always.
Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.