Click here to Skip to main content
15,891,981 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi all,
I have two Datagridview in my application DG1 in Form1 and DG2 in Form2.If both forms are active then DG1 and DG2 should be linked, means any change I am making in DG1 should reflect in DG2 and vise versa.(Including properties).Is it is possible??
Regards,
-Manu
Posted
Comments
BillWoodruff 15-Nov-14 5:22am    
Can you bind the two DataGridViews to the same DataSource, and then find a way to control updates so they do not trigger recursive calls ?
gggustafson 15-Nov-14 11:12am    
+5
Manu Prasad 18-Nov-14 0:21am    
Sorry Now also data source is same but I want the properties also Color,Visibility,Font etc.
(Sorry for late reply)

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