Refreshing child tables of IG grid

Posted by jquerijero on 06-Oct-2014 10:41

Has anyone figure out how to just refresh a row and its child table without using RefreshAll? When a new record is added to or deleted from the child table, there doesn't seemed to be a way to just refresh the child grid.

RefreshAll() works but is inefficient. Refresh() and Refresh(n) doesn't seem to work.  

All Replies

Posted by Brian K. Maher on 06-Oct-2014 10:43

have you considered reopening the query associated with the bindingsource?
 
[collapse]
From: jquerijero [mailto:bounce-jquerijero@community.progress.com]
Sent: Monday, October 06, 2014 11:42 AM
To: TU.OE.Development@community.progress.com
Subject: [Technical Users - OE Development] Refreshing child tables of IG grid
 
Thread created by jquerijero

Has anyone figure out how to just refresh a row and its child table without using RefreshAll? When a new record is added to or deleted from the child table, there doesn't seemed to be a way to just refresh the child grid.

RefreshAll() works but is inefficient. Refresh() and Refresh(n) doesn't seem to work.  

Stop receiving emails on this subject.

Flag this post as spam/abuse.

[/collapse]

Posted by jquerijero on 06-Oct-2014 10:46

I forgot to include. The BindingSource is bound to a ProDataset which only allows you to re-open the topmost tables.

This thread is closed