Merging DataTable(s) Column by Column.
- by Omky
Hello All,
I want to merge two or more DataTables Colum by Column. I am developing C# Windows Application. My use case is below:
I have empty data grid in my application.
user will drag and drop one column from available column list box into data grid. The data grid will start displaying data for that column.
Now, I will drag another column into data grid and now grid should get populated data of two columns.
This will repeat till user feels that he has dropped all necessary columns.
What is best way to do this? Is there any performance hits with large number of rows typically 1 million?
Please help.
Thanks,
Omky