Click here to Skip to main content
15,892,737 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

Hello everybody, I have 3 GridView with the same first four columns only. I want to merge or combine them into one GridView with the horizontal scroll, so how to do that?
Posted
Updated 7-Jan-12 20:22pm
v2
Comments
Mehdi Gholam 8-Jan-12 2:22am    
Please do not use UPPERCASE as it is considered rude.

Merging multiple GridViews? I think you need a lot work.
You can merge the cells based on values, check these articles

How to merge cells with equal values in a GridView[^]
Group GridView Data[^]
GroupedGridview - A Customized GridView Control[^]

I guess now your turn, go with these.
 
Share this answer
 
What are you aiming for by design? Could you abandon the three gridviews and read directly from your multiple datasources into the single grid view? If so then you could use SQL to join the data so that a single query will pull in the data for you
 
Share this answer
 
Comments
matrix388 8-Jan-12 22:55pm    
What I want is to display three GridViews in one GridView

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