Can anyone help with RadDateTimePicker and times ?
I am having a lot of issues with the RadDateTimePicker when trying to deal with Times.
It does not seem to work at all when I have ShowUpDown = true
The best settings I have found to work have been
Format = Long
CustomFormat = HH:mm:ss
ShowUpDown = true
But even this setting seems to have some issues when trying to change time from
from 1:30:45 to 23:12:45 programtically.
I would like to just Bind a DateTime to the control
radDateTimePicker1.DataBindings.Add("Value", controller, "EffectiveTime");
This seems to work when dealing with date formats but not when the settings are
Format = Time or CustomFormat = HH:mm:ss
Can you please let me know if this control can successfully be bound with a time format.
Thanks.
I am having a lot of issues with the RadDateTimePicker when trying to deal with Times.
It does not seem to work at all when I have ShowUpDown = true
The best settings I have found to work have been
Format = Long
CustomFormat = HH:mm:ss
ShowUpDown = true
But even this setting seems to have some issues when trying to change time from
from 1:30:45 to 23:12:45 programtically.
I would like to just Bind a DateTime to the control
radDateTimePicker1.DataBindings.Add("Value", controller, "EffectiveTime");
This seems to work when dealing with date formats but not when the settings are
Format = Time or CustomFormat = HH:mm:ss
Can you please let me know if this control can successfully be bound with a time format.
Thanks.