Completed
Last Updated: 17 Jan 2012 12:31 by ADMIN
ADMIN
Ivan Petrov
Created on: 17 Jan 2012 12:31
Category: Editors
Type: Bug Report
4
FIX. RadDateTimePicker - the RadDateTimePicker does not take into account the time part when checking for NullValue.
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.
0 comments