-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Labels
Description
Bug Description
DatePicker Popup in Adaptive Mode Window remins hidden behind the Window
Steps to Reproduce
Steps to reproduce the behavior:
- Dojo: https://dojo.telerik.com/uiHRbGhC
- Open the DatePicker Calendar popup
Expected Behavior
Calendar popup shall be visible above the Window
Screenshots/Videos
Environment Information
Affected Theme(s)
- All themes
- Default theme
- Bootstrap theme
- Material theme
- Fluent theme
- Classic theme
Affected Component(s)
Please specify the component(s) where the bug occurs: DatePicker
Affected Suites
- Kendo UI for jQuery
Browser Information
- All browsers
- Chrome (version: _______)
- Firefox (version: _______)
- Safari (version: _______)
- Edge (version: _______)
- IE (version: _______)
Workaround
$("#datepicker").kendoDatePicker({
inputMode:"numeric",
adaptiveMode:"auto",
componentType:"modern",
open: function(e) {
$("div.k-actionsheet-container").css("z-index", "12000");
}
});
Reactions are currently unavailable