MJ
Mano J
Syncfusion Team
July 27, 2009 06:23 AM UTC
Hi Samuel,
Please set the InactiveCaptionColor as same as the background in the dateTimePickerAdv popup event.
this.dateTimePickerAdv1.OnPopup += new EventHandler(dateTimePickerAdv1_OnPopup);
void dateTimePickerAdv1_OnPopup(object sender, EventArgs e)
{
dateTimePickerAdv1.Calendar.InactiveMonthColor = Color.White;
}
Best Regards,
Mano