Datetime picker not showing on main edit form
Datetime picker not showing on main edit form
First of all, thank you for your great work.
I have a bootstrap datatable and editor with a datetime type field (though I use it to only show date), which uses both bubble editing when clicking on an element and main editing when selecting one or more rows and clicking edit.
When using the bubble editing the datetime picker appears normally, but when using the edit button or the new button no datetime picker shows up (and no js error is thrown as well).
It is behaving as it has not been initialized. Is it normall? How do I manually initialize the datetimepicker when the main editing form is shown?
Thank you.
Answers
I uploaded the page. http://tests.southcrete.gr/office/contacts
Datepicker appears on buuble edit but not if you use main edit form
This was a z-index issue in the end. Thanks allan for helping (in another question). It was fixed with
Please mark this as answered and closed