Unplanned
Last Updated: 17 Oct 2016 06:12 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 07 Oct 2016 05:47
Category: Editors
Type: Bug Report
2
FIX. RadDateTimePicker - popup calendar's header buttons overlap in TelerikMetroTouchTheme
To reproduce:

this.radDateTimePicker1.ThemeName = "TelerikMetroTouch";
var calendar1 = (radDateTimePicker1.DateTimePickerElement.CurrentBehavior as RadDateTimePickerCalendar);
calendar1.ShowTimePicker = true;

Workaround:

calendar1.Calendar.Width = 250;
calendar1.DropDownMinSize = new System.Drawing.Size(500, 250);

Attached Files:
0 comments