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
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.
When the Value property will not be set to anything until after the first time the user drops down the list, where can I read out the current value of the combo?
Thats the only problem I have...
Regards,Patrick