Question
DJCS
IN
Last activity: 2 Oct 2024 22:55 EDT
Auto refresh grid issue
Hello team,
We have two tables in a view, Grid A and Grid B. As per the business requirement, if we delete any row from Grid B, the same row should gets added to Grid A without reloading the page.
We have developed the view when we click on Next or Previous and come back to the same screen, the deleted row from Grid B gets added to the Grid A. We need the same functionality without clicking to next or previous button. The row should gets added to Grid A as soon as we delete the row from Grid B without clicking on next or previous button or reloading the page.
Thanks in advance.
Pankaj
@PankajM17266614
Since there is no way to auto refresh grid A based on any action on grid B in Constellation, you can achieve the same outcome using the following 2 approaches:
1. In the screen flow , on screen1 add grid B and place grid A on screen 2. That way the updates to grid B will be available on grid A once you click next button and will give clear understanding of dependency between the 2 grids.
2. If we still want both the grids to stay on the same screen, we need to extend the grid control using a custom control.