I Have a Maintenance form that uses the Devexpress grid and do the integration between my BO and the grid through a BBS (so far, nothing special).
When I manipulate a record in my grid and click Save, the Save button is still enabled, but querying the database, the information has already been written.
If I click on Save again, the operation is done on a duplicate, apparently there is nothing wrong in the configuration of the grid or the BO (and BBS).
Is there any way around this problem, or is there something I'm forgetting to do?
Or Still, there is a way of detecting what should be the correct state of BO (or if necessary, manually force it to be a particular state, even though I think that this is not the best practice)?
Tks!!!