Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1082
I can not set "null" new ultraTimeSpanEditor
posted

//Step 1
this.ultraTimeSpanEditor1.Nullable = true;

//Step 2
this.ultraTimeSpanEditor1.Value = new TimeSpan(1, 8, 30, 12);
Console.WriteLine("Value is: " + this.ultraTimeSpanEditor1.Value);

//Step 3
this.ultraTimeSpanEditor1.Value = null;
Console.WriteLine("Value is: " + this.ultraTimeSpanEditor1.Value);

//Error
Value is always: 1.08:30:12

Best regards, Lello

 

  • 1082
    Offline posted in reply to Danko Valkov

    Thanks! :-)

  • 20872
    Offline posted

    Hello Lello,

    I have created the following case for you : CAS-48859-HYMTN2 .  You will be notified when your issue is resolved.

    Please let me know if you have any further questions.

     

  • 69832
    Offline posted

    This is a bug which will be addressed in the next service release; thank you for bringing it to our attention.  If you like you can log an incident with Developer Support so that you receive a notification when the fix becomes available.