In UltraDateTimeEditor, when changing month by using back and forward buttons, the date will be automatically selected. Is it possible to disable this selection and only select date when clicking on the specific date grid?
I don't think there's any way to do this with UltraDateTimeEditor. However, you could use UltraCalendarCombo and set AutoSelect to false.