I have a form having two tabs with different data-source but there is parent child relation between two tab's data-source. What I want is when i delete parent the child also delete but the child grid did not get refresh and values are still their only in the child tab actually data is removed from database. Below is the SS (General tab data-source is parent and goal data-source is child)
Hi itlabnarmi_ivoruk,
Try to call the child DataSource research method on the parent DataSource delete method.
public void delete() { ChildTableDataSourceName_ds.research() }
Thanks,
Girish S.
André Arnaud de Cal...
291,965
Super User 2025 Season 1
Martin Dráb
230,817
Most Valuable Professional
nmaenpaa
101,156