BeginEdit() will allow creation of new data in this row [Solved]

A

Agnes

My problem is delete a row in Datagird , and then process
"daTable.update(dsTable,myTable)"
I got a seroius error This row had been removed from the table ..
etc.....BeginEdit() will allow creation of new data in this row

First, I am thinking the errors belong to "daTable.update" xxx
Finally, I found that the main errors in my dataTable of my datagrid.

I had process some codes in my Datatable row changed event. Now I found my
bugs and solve it.
so if anyone got the same error, Please look the datagrid coding or
datatable coding
There must be some "hidden errors" which we never aware
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top