I have 2 dialogs:

1 - the main dialog
2 - a confirmation dialog (child of the main dialog)

I want to dim / blur the main dialog (and all the components inside it) when the confirmation dialog come up to catch the focus of the user. How can i do that?

ger