I'm trying to use the AutoComplete control in an unbounded list of table rows. When the user clicks an add button, a new row is added and a new AutoComplete is created within that row.
This works well enough, but I'm trying to figure out how to get a reference to the AutoComplete instance from within a change event handler. Actually, I'd like to get at both the AutoComplete object and the initial input control it is based off of.
This works well enough, but I'm trying to figure out how to get a reference to the AutoComplete instance from within a change event handler. Actually, I'd like to get at both the AutoComplete object and the initial input control it is based off of.