Hi,
I have added a custom cancel button for closing a form. On click of cancel I have added code as below:
window.frameElement.commonModalDialogClose(0,'Cancel');
Also, I have tried with the below code.
window.close();
Both didnt close the form.
Please help.
Many thanks