This question is locked. New answers and comments are not allowed.
If an invalid time number is entered, like 2900, the entry is nulled.
If text is entered into a time value, like "asdf", a value of 12:00 AM is used.
Both of these cases can be seen here: http://demos.telerik.com/silverlight/#TimePicker/FirstLook
My question is the different defaulting of values (null and 12:00 AM) a bug? I would hope that all invalid data entry would produce the same output (preferably null).
Also, a nice to have would be to have a Validation error thrown for invalid input.
Thanks,
Chris.
If text is entered into a time value, like "asdf", a value of 12:00 AM is used.
Both of these cases can be seen here: http://demos.telerik.com/silverlight/#TimePicker/FirstLook
My question is the different defaulting of values (null and 12:00 AM) a bug? I would hope that all invalid data entry would produce the same output (preferably null).
Also, a nice to have would be to have a Validation error thrown for invalid input.
Thanks,
Chris.