Kbase P137837: How do I get an UltraGrid to visually update itself with changes I have made?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  28/04/2010 |
|
Status: Verified
GOAL:
How do I get an UltraGrid to visually update itself with changes I have made?
GOAL:
I made changes to the data in my DataSet that is used as the BindingSource for an UltraGrid. How can I get UltraGrid to show those changes?
FACT(s) (Environment):
OpenEdge 10.2x
Windows
FIX:
When changes are made to the DataSet that is attached to the BindingSource that an UltraGrid is using you should invoke the BindingSource objects RefreshAll() method.
Invoking the Refresh() method of the UltraGrid will not cause the modified data in the DataSet to be shown.