Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Sir/Mam

I am using Datagridview combobox control in window application. and i am trying to apply edit or auto suggestion mode of Datagridview combobox control. if possible then please help me how it can be possible.

thank you

Rahul
Posted
Comments
CHill60 11-Jun-15 9:31am    
If you change the DropDownStyle to "DropDownList" then hitting the first letter of an item will automatically bring in the text of the first match, hit the (same) character again and it will find the next ... will that do?

1 solution

You need to set the properties for AutoCompleteMode to Suggest and AutoCompleteSource to ListItems
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900