Hello everyone,
Just to keep it simple, assume a table control on a form with a single combo box column, which is linked to a table column. As one starts entering the data, the rows already inserted into the table are available to be reutilized for next entries, without typing. However, if I erase one of the previous rows (and that particular item was NOT repeated), then the data is still available for reutilization. Essentially it is not removed from the combo box properties. One can clearly see it in oEvt.Source.Model.StringItemList. Is this by design, or is this something that should be brought to the developer’s attention as an omittance?