Click here to Skip to main content
15,881,709 members

Comments by Valerii Tereshchenko (Top 3 by date)

Valerii Tereshchenko 6-Sep-17 12:40pm View    
Another option is to use 3d party grid which supports multiple tables. Tables structure static or dynamic?
Valerii Tereshchenko 5-Sep-17 16:40pm View    
What's happening in Form1 constructor?
If Form1 constructor loads data and populates dataGridView1 your code should work (not the best way to do it, but it will work), otherwise you will have IndexOutOfRange exception because dataGridView1 does note have any rows.

Could you please be more specific about problems you have with your solution?
Valerii Tereshchenko 5-Sep-17 16:33pm View    
Agree. Sorry about that.