I have created three datagridviews in form. All three gridviews datas are from only one table. One gridview contains (itmcod,title,procod,typcod,title2) these fields. Second gridview contains (typetitle,procod,typcod,title2). And the third gridview contains title2,typcod. All three gridviews have some unique fields (procod, typcod). If i select one value from datagridview2 (using checking the checkbox) automatically the other two gridviews which has the same procod and typcod value row should be selected with check box selecion.
e.g. :
- a1 1
- a2 1
- a3 1
- a4 2
a1,a2,a3,a4 in one grid view called gridview1. 1 & 2 is from another gridview called gridview2. If i check a checkbox from gridview2 1 containing row the gridview1 should automatically select three rows a1,a2,a3 (checkbox should be selected).