Hi!
I want to set time (00:00 to 23:59) in a control. Without a Date!
can i disable the "Date-PopUp" in a ultraDateTimeEditor Control
or (better)
can i set a (00:00 to 23:59)-Mask in the ultraTimeSpanEditor???
thx,
benny
Hello benny,
You could use the following settings on the control:
ultraDateTimeEditor1.MaskInput = "{LOC}hh:mm"; ultraDateTimeEditor1.DropDownButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Never;
Please feel free to let me know if a question about our toolset comes up on your mind.
I want the same time but I don't understand your solution.
Dim editor As Infragistics.Win.UltraWinEditors.UltraDateTimeEditor = New Infragistics.Win.UltraWinEditors.UltraDateTimeEditor
editor.DropDownButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Never
editor.MaskInput = "{LOC}hh:mm"
ugrdTemps.DisplayLayout.Bands(0).Columns("DateHeureDebut").EditorComponent = editor
Error : Editor provided bu UltraDateTimeEditor does not support the column's data type.
My original data type is TimeSPan
Francois.
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.