var changes = await Grid.GetBatchChangesAsync();
- changes.AddedRecords
- changes.ChangedRecords
- changes.DeletedRecords
If ShowConfirmDialog is false,
GetBatchChangesAsync returns no data, all list count are zero.
If I set it back to true or remove the line, the method works again.
I tried adding and removing it several times with no other code changes, the issue really occurs.