Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i m new in c# i m trying to develop one accounting software in c#.net windows application i need to bind or open datagridview when i click on comboBox in my form
so how to do this task please help me sir. is it possible

What I have tried:

i have one c# form in windows application i have taken comboBox i wnat to do when i click on combobox then datagridview should be open in that comboBox plaese help me. Is it possible?
Posted
Updated 25-Dec-16 21:52pm
Comments
Philippe Mori 23-Dec-16 9:59am    
2 solutions:
1) Develop your application in WPF instead of Windows Forms.
2) Find software component that does what your want and buy it.
Philippe Mori 23-Dec-16 10:01am    
There are mainly 2 possibilities:
1) Use WPF instead of Windows Forms.
2) Buy some third-party component that has that control.

Hi Ramesh i refer some helpful article related to the datagridview combobox.I think it will help you check this.

ComboBox in DataGridView in C#[^]

VB-Tips - Tips[^]
 
Share this answer
 
"when i click on combobox then datagridview should be open in that comboBox " - no, this is impossible. Sure you need to "open" (or better say show) the datagridview IN a ComboBox?
 
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