I have a field with a custom valuelist / combobox.
The field is set non editable.
In a method this field is set with another value.
Strange thing is that this value remains invisible (blank).
I performed a check with a method, and the method ‘detects’ the value.
Is this a bug?
i tried it.
i placed a combo (text dataprovider) on a form
i attached a custom valuelist on it with 3 values.
then i make a button where i set one of those 3 values in the dataprovider
the combo updates itselection nicely.
Yes that works, but you have to try it with (another ) value that does’nt occur in the valuelist! If this is not a bug, it would be nice if this could be implemented.
Yes that is not possible and will not be possible.
in a non editable combobox you can’t set a value that is not in the list (not through the ui and through a method (and then display it)
The problem is that that value shouldn’t even be possible to set. But the dataprovider doesn’t know that it displayed with a fixed valuelist.. So we can’t do anything for that (don’t allow to change the value to something else)