Posted 24 May 2019, 5:05 pm EST
We just upgraded our C1 controls from version 2015 to version 2019 (4.0.20191.359) and we are now getting an overflow error on our C1Combo control because of the SelectedValueChanged event being continually triggered until BOOM!
NOTE: No code changes have been made to this form or its code. It is a rarely used maintenance form.
The C1Combo datasource is set to a datatable populated from a query.
The C1Combo.Text property is being set programmatically in the C1Combo “SelectedValueChanged” event.
I saw nothing in the release notes.
Was there some breaking change in the 2019 control to cause “SelectedValueChanged” to be triggered when the C1Combo TEXT is set?
– Paul