I’m pretty sure this is a bug as some basic expected behavior for refreshing an RG is not working inside a reusable element.
Description of situation as follows:
I have an RG within a GroupFocus within a Reusable Element:
Data Source as Follows (nothing too complicated):
The RG works fine on first page load:
Then I add a new entry to the RG:
But the RG doesn’t update:
Even though records are created as intended:
I have to reload the page (obviously an unacceptable solution) for the RG to include the new entry:
I have tried both:
-
Display List (with the exact same data source).
-
Reset the Group that holds the RG.
And a bunch of other possible fixes, but no cigar.
The other reason I believe this is a bug is because the RG doesn’t show the new entry even when I select another record on the main list. I have to fully reload the page.
Any help is greatly appreciated if I am missing something here.