Click here to Skip to main content
15,886,840 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everybody,

I want to merge 2 cells in DataGridView.

Can you tell me how?

Thank you so much
Posted
Updated 12-Aug-10 22:42pm
v2
Comments
Dalek Dave 13-Aug-10 4:42am    
Edited for Grammar and Syntax.
Ankur\m/ 13-Aug-10 5:48am    
I have deleted your 'fake' answers. You have been already told to EDIT your question to add more details or use 'Add Comment' feature (below the answer) to discuss with the answerer.

See Here[^]

This archive piece should help you.

Always useful to do a search first, most questions have been asked before.
 
Share this answer
 
You'll have to implement this functionality yourself because DataGridView does not support this feature.
Check out this[^] example.

[EDIT] Additionally you can also check this[^] control which supports merge feature. [/EDIT]
 
Share this answer
 
v2

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