Datepicker does not have a zIndex option. Instead you have to set it with
CSS. Something like this should be enough:
.ui-datepicker { z-index: 2000; }
On Sun, Dec 13, 2009 at 11:46 AM, Angelo Hulshout <[email protected]
> wrote:
> I probably missed something obvious in the documentation, but I can't
> seem to solve the following:
>
> I have a form which uses DatePicker to select a date. This form works
> perfectly, including the date picker.
> However, when I put the form in a Dialog, the DatePicker always ends
> up behind the Dialog, no matter what values I use for the zIndex
> option on the DatePicker and the Dialog.
>
> Has anyone got clues, or examples of situations where this does work
> correctly? Thanks already!
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "jQuery UI" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<jquery-ui%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/jquery-ui?hl=en.
>
>
>
--
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en.