I process infomation typed into a datagridview in the _RowValidating event. So, after the user enters the information and the row loses focus the data is saved to the database. What I cannot figure out is why the newly entered row does not show up in the datagridview. If a user edits a row those values can be seen, but a newly added row does not show in the grid after that row loses focus. Does anyone know why? (Pls forgive if I'm in the wrong forum, I'm very new)