Hi All,
I am binding data to datagridview2 from datagridview1 where i am using checkbox with 4 fields like slno , name , place , mobileno in datagridview1. when checkbox in datagridview1 checked i have to bind the perticular data to datagridview2,
upto this working fine.. my issue is...! when i select the multiple rows in datagridview1 checkbox it update in same row its not append to next row of datagridview2 how to append to next row ?
Harish