This is a migrated thread and some comments may be shown as answers.

Date / Time picker format problem in Grid

1 Answer 135 Views
Date/Time Pickers
This is a migrated thread and some comments may be shown as answers.
Anna
Top achievements
Rank 1
Anna asked on 11 Apr 2016, 04:22 PM

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

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimiter Topalov
Telerik team
answered on 13 Apr 2016, 11:59 AM
Hi Ama,

You are absolutely right, thank you for bringing this issue to our attention. It has been logged, and you can expect it fixed in a future release. Meanwhile you can use the following workaround:

<style>
.k-calendar-container .k-content.k-meta-view td {
white-space: normal;
}
</style>

You have been rewarded 300 Telerik points for helping us improve our product.

Regards,
Dimiter Topalov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Date/Time Pickers
Asked by
Anna
Top achievements
Rank 1
Answers by
Dimiter Topalov
Telerik team
Share this question
or