The DateTimePicker & TimePicker close their respective animated picker when opened immediately in the following scenario:
- Kendo Grid is inside a Bootstrap modal.
- Kendo Grid has edit Popup that uses a Template.
- The Popup template uses the Kendo DateTimePicker AND/OR TimePicker.
- When editing the grid in the popup edit template, the DateTimePicker & TimePicker close their popups immediately when opened.
When I remove the grid from the Bootstrap modal, the behavior is corrected.
Any advice would be appreciated. I don't have any example code readily available to demonstrate the behavior.