Jquery UI Modal Dialog in asp.net usercontrol: Modal overlay on Div only in UserControl

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

Everything works as expected. exec tratparent overlay (to make the form modal) only appears on the hidden div below the form from which the dialog opens.

Can this overlay be targeted to the parent div? or is it not the right decision.

I tried the blockUI plugin (and removed the Dialog style to prevent it from showing the overlay), but although it "looks" right on the screen, it disables all controls, including those that appear in the dialog.

Any ideas?

Added: Screenshot

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

+2


source to share


1 answer


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



+1


source







All Articles