R
Roberto
Hi all,
I'd like to have a textbox column in a DataGridView with autocomplete
functionality, but the default behaviour (get with AutoCompleteMode,
AutoCompleteSource and AutoCompleteCustomSource properties) filters the
items from the initial letters (e.g. if I press 'A', in the AutoComplete
list I can see only the items starting with 'A'), while I'd like to filter
by searching inside the whole string (pressing 'A' show all items containing
'A' and so on).
Is there any way to get this behaviour?
I'd like to have a textbox column in a DataGridView with autocomplete
functionality, but the default behaviour (get with AutoCompleteMode,
AutoCompleteSource and AutoCompleteCustomSource properties) filters the
items from the initial letters (e.g. if I press 'A', in the AutoComplete
list I can see only the items starting with 'A'), while I'd like to filter
by searching inside the whole string (pressing 'A' show all items containing
'A' and so on).
Is there any way to get this behaviour?