I have a list of words like
a - food
b - chairs
c - broken chairs
I would want " b - chairs and c - broken chairs " to appear on the drop-down list when user types "c" or "ch" in the datadridview textbox. Instead of autocomplete using only the first letters ; i want autocomplete on all characters at any position
a - food
b - chairs
c - broken chairs
I would want " b - chairs and c - broken chairs " to appear on the drop-down list when user types "c" or "ch" in the datadridview textbox. Instead of autocomplete using only the first letters ; i want autocomplete on all characters at any position