G
Guest
Hello,
I have a datagrid bound to a datatable which has an
Identity column. I load the table from data in a
spreadsheet and manually assign seq. values to the
identity column. Once that is done, I set the
AutoIncrement property to true and the AutoIncrementStep
property to 1. When I try to delete the last row in the
displayed grid, I get the follwoing message: "This row has
been removed from a table and does not have any data.
BeginEdit() will allow creation of new data in the row."
This appears to be an informational messages that I would
like to suppress. How can where can I trap it? (BYW the
last record is deleted.)
Suresh
I have a datagrid bound to a datatable which has an
Identity column. I load the table from data in a
spreadsheet and manually assign seq. values to the
identity column. Once that is done, I set the
AutoIncrement property to true and the AutoIncrementStep
property to 1. When I try to delete the last row in the
displayed grid, I get the follwoing message: "This row has
been removed from a table and does not have any data.
BeginEdit() will allow creation of new data in the row."
This appears to be an informational messages that I would
like to suppress. How can where can I trap it? (BYW the
last record is deleted.)
Suresh