Steps to reproduce: 1. Add a RadDateTimePicker to a form. 2. Set ShowUpDown to true. 3. Set NullDate to be DateTime.Now 4. Set MinValue to DateTime.Now.Date 5. Set MaxValue to DateTime.Now.AddDays(1).AddSeconds(-1) 6. Try to change the value and press tab to save the value. The value will be set to null.