check box column in data grid view in winforms
GEEKS,
i have one data gridview (grid1) in which i have one checkboccolumn . When i check chkboxColumn in any row the data of that row should be selected and shown in another datagridView2 (grid2) . when i check the data in grid1 should go in grid2 but when i uncheck that cell the selected row should be deleted from grid2 . I want one universal check box in column header (when i check it ,all check boxes should b checked automatically)
thanks in advance .