Click here to Skip to main content
15,890,897 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Friends,

Plz Help me .....

How to create the two controls like ,image and link button on same cell

in windows application using customs controls (or) user controls

Notes : Don't using the paint or cell paint functions() or Events






regards,

Sathya.
Posted
Updated 29-Jun-12 19:28pm
v3

1 solution

Create a custom control that hosts the controls you want, and set them as teh cell content.
MSDN has an example: How to: Host Controls in Windows Forms DataGridView Cells[^]
 
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