B
bob
After adding a new row (programmatically) to a table/view that is being
displayed in the DataGridView control, the new row appears in the
DataGridView grid. Now, how do I select that new row?
If the DataGridView is sorted by one of the columns/fields, the new row
could show up anywhere (based on the sort criteria).
Thanks.
displayed in the DataGridView control, the new row appears in the
DataGridView grid. Now, how do I select that new row?
If the DataGridView is sorted by one of the columns/fields, the new row
could show up anywhere (based on the sort criteria).
Thanks.