.datepicker fazer saída modal
<style type="text/css">
.ui-datepicker
{
z-index: 1001 !important; /* must be > than popup editor (1000) */
}
</style>
Smiling Stork