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
180
SetInitialValue -> Value is null
posted

Hello,

when setting the InitialValue of the UltraCombo with SetInitialValue() then the Property "Value" is null.

This is not so, when setting the Value Property without SetInitialValue().

When I set the Value Property after calling SetInitialValue then the Value Property is null too.

 

What am I doing wrong?

Best Regards,
Patrick

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    Hi Patrick,

    It's hard to say what's wrong, since I can't see the code, and there's very little information here about what you are doing and when you are doing it.

    When are you calling SetInitialValue and when are you checking the Value property? According to the documentation for SetInitialvalue, the Value will not be set to anything until after the first time the user drops down the list.

Children