Hello, when a user clicks the drop down on the DateTimeEditor a interface appears that allows a user to select the day/month/year. I would like to remove the ability to select a day and enforce Month and Year selection ONLY.
Is this a possibility?
Thanks!
Hi,
There's nothing built-in to the control to allow choosing just a month and year. You can, of course, ignore the day the user picks.
Another option to consider might be to use 2 combo box controls, like UltraCombo or UltraComboEditor: one for the year and another for the month.