Group: Forum Members
Posts: 33,
Visits: 88
|
I have a DevExpress grid that is bound to a BusinessBindingSource. The problem I am having is that if the business object behind the bindingsource is blank (current row index -1) coming into the program and I add a new row to the grid and execute a .save() on the business object, the .save() never returns control back to the pgm. I don't get an error, just hangs up. This does not happen on an edit, or if the grid already has a row in it and I add a new one. Only happens on a blank grid. Also the record gets added to the database when this happens. Any assistance on debugging this issue would be greatly appreciated, I am probably missing some small detail.
|