Click here to Skip to main content
15,886,724 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to merge the particular row in data grid view.how can i do?


output as follows in data grid view by using query in data grid view;


Date Course 1 2 3 4

15/1/2013 REO GS Null VB Null
16/1/2013 REO Null RJ Null SK
17/1/2013 REO TM Null RJ GS
18/1/2013 REO VRV RJ Null Ms


from the above output i want to show below as follows in data grid view;

Date Course 1 2 3 4

15/1/2013 REO GS Null VB Null
16/1/2013 Null RJ Null SK
17/1/2013 TM Null RJ GS
18/1/2013 VRV RJ Null Ms



from the above output i dont want to repeat the REO course for every date.the REO Course should be showed once in data grid view.

how can i do.
Posted
Comments
Sandeep Mewara 21-Jan-13 11:53am    
Tried anything?
P_Dash 21-Jan-13 14:18pm    
I don't think it's possible to show data in only 1 row & then Hide in other rows.

1 solution

 
Share this answer
 
Comments
[no name] 22-Jan-13 3:04am    
Nice answer 5+
Jibesh 22-Jan-13 17:20pm    
Thank You.

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