Tim,
Are you using the css file that comes with the ui.datepicker? If so,
make sure the section near the top looks like this:
#datepicker_div {
display: none;
border: 1px solid #777;
z-index: 9999; /*must have*/
}
Note the z-index set to 9999. Compare this to the z-index of your
dialog. The datepicker's z-index should be a larger number than the
dialog's z-index.
HTH,
Carl
Tim Scott wrote:
> Does anyone know if there is any combination of plugins that would
> allow me to use a calendar control from inside a dialog? I have tried
> all combinations of jQuery UI dialog and calendar, BlockUI, and jQuery
> datePicker.
>
> The problem is, I guess, these calendars actually *are* modal dialogs
> too, and they do not know how to go over top of an already active
> dialog. Therefore they appear "underneath" the active dialog where
> the user cannot see them.
>
>
>