Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
140
Text box with calendar drop-down
posted

I need a control that is essentially a text box where the user can enter any text value, but I want a drop-down button that will display a calendar from which the user can select a date. If a date is selected, the date's text value is placed into the editor control.

I tried both the UltraDateTimeEditor and the UltraCaledarCombo.  Both of these controls require that only dates be entered.  As far as I can tell, there's no way to allow the user to enter anything other than a date.

The UltraTextEditor can show custom editor buttons, including a drop down, but I can't figure out how to have the drop down show a date-picker control.

How would I implement this functionality?

.