Hello I`m making a windows application to check and use thread.
I want to make like this.
for example, as you can see, Process 1 is bind with table1 and Process2 is bind with table2
and when data is loading I want to see that using thread and progress bar in Datagridview column.
So my questions is, Is it possible to bind multiple datasource in one Datagridview.
Please tell me about that or another way to make that. Thank you.