Hi,
I believe I have bumped into a styling problem. When a Kendo DatePicker or DateTimePicker is used in a Kendo Grid's filtering menu, the texts at centuries depth is not wrapped, thus appear broken. See attached screenshot & plunker: http://plnkr.co/edit/OsIlCii3AgJQsW2vELuF?p=preview
The problem seems to be caused by the following style:
.k-menu .k-menu-group {
//...
white-space
:
nowrap
;
}
This is inherited from the filter menu's UL element.
Best,
Ama