I have a datagrid which has a bool column(checkbox) . I can can check or uncheck. WHen I click the update button the data gets updated. But there is one problem, when I check or uncheck and move to next row only then the row gets updated. What seems to be the probelm. I am using sqlDataAdapter1.Update(dataSet11) command to update the datagrid.
Thanks