Click here to Skip to main content
15,890,579 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all...
I have a problem. I want to use a usercontrol within datagridview cell? How can i do that?
Thanks.
Posted
Comments
Karthik Harve 7-Dec-11 4:10am    
show some code.. explain where exactly you are facing problem.
alizadeh91 9-Dec-11 3:14am    
Actually i just want to know how can i do than? I did it by reimplementing paint event of datagridview but i want to know if there is other ways to do that...

1 solution

this.DataGridView.Controls.Add(); Works perfects in paint method!!!
 
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