Hi Team,
Previously, we worked with PB 2021, and last year we migrated to PB 2022 R2. After the migration, we encountered an issue with a dropdown button that loads options from an SRD file. On the first click, all options are visible (e.g. 4 options). However, after selecting an option and clicking again, only a few options (e.g. 2 options) are displayed initially. Although all options are available if you scroll, the scroll bar is not present. We did not experience this issue with PB 2017 or PB 2021, but we are facing it with PB 2022 R2. We would like the dropdown button to display all options directly without requiring scrolling.
Thanks,
Santosh
I have tried to create a test application. With a very simple object hierarchy, the object behaves as expected.
Therefore, unfortunately, I cannot provide an example.
Benjamin
This issue may be related to the new "AutoCompleteMode" feature in the DDDW/DDLB column. Which AutoCompleteMode are you using? The problem might be triggered by code in events like itemchanged, etc. Please open a support ticket for this issue and provide the datawindow object and related script for further investigation. Thanks!
Please note that if you have added scripts to implement the auto-complete feature, for example, filtering data according to the input value in the EditChanged event, then you should not enable the AutoCompleteMode option.
Regards,
Kai