Modal dialog within a Modal dailog

Hi All,

I have a requirment where i need to use modal dialog control within a modal dailog control. .i.e the button inside first modal dialog will toggle one more modal dialog control. After implementing this, when 2nd modal dialog toggles, some of the UI datas are getting corrupted or becoming empty.

Image attached.

Please help in this if you know any solution for that!!

Thanks,
Niranth

Technical details apart, it is not a good UX practice to have nested Modal dialogs. Instead, you can have a hidden panel inside your first modal dialog that slides down when user clicks on a button. Even we faced similar issues with nested modal dialog before but moved to different UX approach to overcome this problem instead of fixing the actual issue.

1 Like

Hi Prasad,

Thanks for your reply and Yes even i was thinking about the same approach.

Regards,
Niranth