Click here to Skip to main content
15,889,724 members
Please Sign up or sign in to vote.
1.33/5 (2 votes)
hi friends
i have a datagridview in C# win application . when i changed text of textbox in datagridview i want get an event same auto complete property in textbox..
is it possible ?
how can i do?

please help me...
Posted

1 solution

DataGridView CellValueChanged event[^] is probably what you are looking for.
 
Share this answer
 
Comments
Ehsanf3 17-Apr-15 3:46am    
this event call when i changed value of DataGridView Cell ... i want Simultaneously with changing text in cell

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