jquery UI Modal Dialog in asp.net usercontrol: Mod

2019-07-19 22:39发布

问题:

I have an asp.net usercontrol that contains a jQuery UI Dialog Control.

All works as expected execpt the grey tranparent overlay (to make the form modal) only appears on the hidden div below the form where the dialog is triggered from.

Is it possible to target this overlay to the parent div? or is this not the right solution.

I have tried the blockUI plugin (and removing the Dialog style to prevent its overlay showing), but although it "looks" right on screen it disables all the controls including the ones in the dialog popup.

Any ideas?

Added: Screenshot

alt text http://www.freeimagehosting.net/uploads/e0555a0ec5.jpg

回答1:

It might be a z-order issue. Can you post a screenshot to make it easier to understand. Also please post the high level HTML you are using on the aspx page.