Hi, in a DetailTemplate for DataGrid, when I delete a record from a child Grid, I want the deleted record to move to the child Grid of another row.
For example, in my video, when I delete "kenney's poi" from "Kenneys geofence groups - Points of Interests (POI)", I want it to move to
"Unassigned - Points of Interests (POI)".
The deleted record does not show in the "Unassigned" row even after performing a 'Grid.Refresh()' for both parent & child tables. It will only appear if I refresh the entire page itself.
Why is the Refresh() method not refreshing the tables to show the moved record?
Thank you.
OnActionComplete()
Attachment:
Grid_Refresh_bug_452c828c.zip