Click here to Skip to main content
15,891,864 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I am Preparing a sales window for using my shop... that window contain a datagridview that has tow column for entering.. One is Item code and other is product details.. in that case i am entering an item code that all things are came..I want to get product details as suggestion or append text any thing is it possible???
Posted
Comments
Sergey Alexandrovich Kryukov 11-Sep-14 2:03am    
Please, read the question more thoroughly. It's about System.Windows.Forms.DataGridView.
—SA
Abdul Samad KP 11-Sep-14 4:50am    
Sorry for that, I have deleted the comment,
So basically you want property like 'AutoCompleteCustomeSource' of textbox control, I think you can create a custom control for this
Have look at this, http://msdn.microsoft.com/en-us/library/7tas5c80(v=vs.110).aspx


http://msdn.microsoft.com/en-us/library/7tas5c80(v=vs.110).aspx
Member 11011845 11-Sep-14 1:56am    
is It possible in windows application???
Sergey Alexandrovich Kryukov 11-Sep-14 2:04am    
Possible what? Please explain what you are trying to achieve clearly.
—SA
Richard MacCutchan 11-Sep-14 3:49am    
Yes it is possible. Add an event handler so that when someone enters a product code you go and get the product details and display them in the appropriate 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