I have a VB.Net Windows form with a datagridview. I populate the grid from a datatable. In my DataGridView1_CellValidating event I check the values of the cell, if it is invalid I set the datarow.setcolumnerror. This works fine I get the error icon in the correct cell with the error tooltip. My problem is when I correct the error and I do a drow.clearerrors, not only does the error icon disappear but it also clears out all my data entered into all the cells for the row.
any comments?
I am useing VS 2008 .net 2.0
any comments?
I am useing VS 2008 .net 2.0