This question is locked. New answers and comments are not allowed.
Hi all,
I have a RadMaskedDateTimeInput defined as below.
The property which the control is bound (SelectedFechamento.FECHAMENTO_HORA_TERMINO_SERVICO) is null but the control shows the current hour and minute, how to avoid this (I want to see the control empty when its property is null)
Thank you very much
Marcos
I have a RadMaskedDateTimeInput defined as below.
The property which the control is bound (SelectedFechamento.FECHAMENTO_HORA_TERMINO_SERVICO) is null but the control shows the current hour and minute, how to avoid this (I want to see the control empty when its property is null)
Thank you very much
Marcos
<telerik:RadMaskedDateTimeInput Value="{Binding SelectedFechamento.FECHAMENTO_HORA_TERMINO_SERVICO, Mode=TwoWay}" TextMode="MaskedText" Mask="HH:mm" InputBehavior="Replace" SpinMode="Position" SelectionOnFocus="SelectAll" UpdateValueEvent="PropertyChanged" IsClearButtonVisible="False" Height="23" Margin="621,131,117,0" TabIndex="11" VerticalAlignment="Top" Width="118" />