How do I get the MonthCalendar to popup on the DateTimeEditBox

Editors for WPF Forum

Posted 11 years ago by Josh Luth - Software Developer, Esha Research
Version: 12.2.0571
Avatar

This should be a simple question that I'm just blanking on. I have a DateTimeEditBox, EditableParts are set to None. There is a dropdown button that brings up my MonthCalendar. But I would like to beable to click on the entire control to dropdown my MonthCalendar. What property should be set to do that?

Comments (1)

Posted 11 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Josh,

Sorry but there isn't anything right now that converts it so that you can click anywhere to show the dropdown.  I'll log your feature request.

You could possibly put a transparent ToggleButton on top of the entire DateTimeEditBox and bind its IsChecked property to the DateTimeEditBox.IsDropDownOpen property.  That's effectively what the drop-down button does.

[Modified 11 years ago]


Actipro Software Support

The latest build of this product (v24.1.1) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.