Hi,

I've a databound DataGridView that contains 4 textbox column. Each textbox
column has also has a button column that pops up a window to search.

When the user types some text in one of the textbox columns, a new row is
added automatically on the first keystroke. This DOESN'T happen when the
users clicks on a button, and I fill in the value of the textbox column in
code. If the users uses the buttons to fill all 4 textbox columns, there
isn't a new row to continue...

How can I add a row?

I tried Rows.Add() but got a message that's not supported when the
DataGridView is databound... :-(

Steven

- - -