I have two datatables that generate a datagridview like below:
1) datatable name : grpDT
2) datatable name : grpTot
I want to merge both datatable so that I the datagridview will be like this:
what is the best way to do this?
do i need to create new datatable and merge it?