Click here to Skip to main content
15,895,799 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Output as follows;


Date Session GS RK Mv MS CMK CNN VRV GS
7/1/2013 1 coursename(combobox)
7/1/2013 2
7/1/2013 3
7/1/2013 4


But i want the output i run time screen as follows in data grid view;

Date Session GS RK Mv MS CMK CNN VRV GS

7/1/2013 1
2
3
4

the date should not be repeated,it should be merge with rows and gives a single date as 7/1/2013.

how to do.please send the code.
Posted

1 solution

Merging rows is not supported by the DGV. You either have to alter how the data is retrieved and make sure the data is in this form (a single row) when you retrieve it, or find a grid component that supports merging rows as you want.
 
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