I stumbled in following problem. Combobox do not show preselect if item is outside page lenght. Default pagelength is 10 items. Everything is working fine if i change ComboBox page lenght to show all options. But it’s not very practical since in reality combobox will have over hundred options.
My test data have about 50 items in Container, set as Combobox datasource. ComboBox is part off custom form. When I bind Item selected from Table for editing in form, databinding seem to work. ComboBox just not showing value. Also setScrollToSelectedItem is set to true, but this do not seem to work either.
Other comboboxes in same form are working, but they have less than 10 options, yet.