I am using a bound datagrid and allowing the users to add rows to the datsource using the new row in the datagrid. However, I need to modify some cells in the row after the user fills out the first 2 column. How do I go about doing this?

I can't use the .NewRow method because that appends another row under the one the user is editing.

Any ideas??

Thanks!!!