Kbase P156797: Field bound to bindingsource is not saved when user moves to different record
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/23/2010 |
|
Status: Unverified
SYMPTOM(s):
Ultragrid does not synchronize editable row with dataset
BindingSource attached to UltraGrid
Text Field on form also bound to field from BindingSource that appears in grid
Data in text field is updated by user
User selected different row in grid
Changed data is lost
FACT(s) (Environment):
Windows
OpenEdge 10.2x
CAUSE:
The AutoUpdate property of the BindingSource was set to false.
FIX:
Change the AutoUpdate property of the BindingSource to true so that updates to bound fields will be automatically updated in the BindingSource