Click here to Skip to main content
15,909,835 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have this image in the link click here
how to create grid this image the same.
Thanks every body first.

[edit]Changed question title to meaningful description - OriginalGriff[/edit]
Posted
Updated 7-Feb-12 21:14pm
v4
Comments
OriginalGriff 8-Feb-12 3:13am    
Using what?
Data source?
Display items?
We need more information.
OriginalGriff 8-Feb-12 3:15am    
Changed question title to meaningful description. Please do not use "I need sulution consulting (Help me)" or similar as it does not tell potential answerers what your problem is - that wastes time if they (in this case) know nothing about threading. If you use a more descriptive title, you will get better focussed responses.
Herman<T>.Instance 8-Feb-12 3:23am    
you create one header row, and merge that one with the needed cells in the first data row to get the above effect
Tuanth 8-Feb-12 3:30am    
Thanks for ideas.
Tuanth 8-Feb-12 3:24am    
@OriginalGriff: thanks

1 solution

DataDisplayview.DataSource = dt.DefaultView;
 
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