This is a migrated thread and some comments may be shown as answers.

RadDateTimePicker conditional/optional time view?

0 Answers 62 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Jay
Top achievements
Rank 2
Iron
Iron
Veteran
Jay asked on 23 Feb 2012, 04:44 PM
Is it possible to have the RadDateTimePicker only display the time portion as needed? We have DateTimes which may or may not have a time portion. If no time portion is present, I'd like to not display the default time.

Also, when the user selects a date from the calendar, I'd like to not have the default time be displayed.

Finally, if the user is typing in a date and does not enter a time, I'd like to not have the default time be displayed; as well, if they start to type past a date, I'd like to allow the time portion to be entered.

For the first part, I've bee trying to do this by toggling the visibility of the TimeView (eg. RadDateTimePicker1.TimeView.Visibility = false ) in the code behind, but that doesn't seem to have any effect.

No answers yet. Maybe you can help?

Tags
Calendar
Asked by
Jay
Top achievements
Rank 2
Iron
Iron
Veteran
Share this question
or