ultraCombo
特定の に設定したインフラジスティックスがありdatasource
ます。これらの値のいずれかを事前に選択して、ユーザーが選択する必要がないようにしたい (ほとんどの場合、事前に選択された値になります)。ただし、ultraCombo
をその値に設定すると、ドロップダウン リストが変更され、その単一の値のみが含まれるようになります。
I've tried using the ultraCombo.value
method, the ultraCombo.textbox.text
method, etc, and they all behave the same way. When I look in the debugger the full list appears to be present, just not displayed. How do I pre-select a value in the list without destroying my drop-down list?