Hi,
I'm having a problem with MultiComboBoxItem. I have two forms with distinct MulitComboBox items bound to the same optionDataSource.
When I perform a selection from one of the MultiCombos it works properly, but then if I make a selection from the other one the control refuses to make a selection and ignores the operation.
I can see the list of options but when I select one the button for the selection does not appear.
I'm currently using v11.0p_2016-08-18/PowerEdition Deployment (built 2016-08-18)
Can you tell me if this behaviour is expected when the items share the same data source?
Is there a workaround that does not require me to duplicate the data sources?
Thank you.
I'm having a problem with MultiComboBoxItem. I have two forms with distinct MulitComboBox items bound to the same optionDataSource.
When I perform a selection from one of the MultiCombos it works properly, but then if I make a selection from the other one the control refuses to make a selection and ignores the operation.
I can see the list of options but when I select one the button for the selection does not appear.
I'm currently using v11.0p_2016-08-18/PowerEdition Deployment (built 2016-08-18)
Can you tell me if this behaviour is expected when the items share the same data source?
Is there a workaround that does not require me to duplicate the data sources?
Thank you.
Comment