Occasionally SetPersistDataAsync will fail (can't figure out why. the GridPersistData looks ok). So I wanted to put a try/catch around it so I can reset or clear the GridPersistData. But with the following, it doesn't catch the error: Anyone know why?
try
{
await TenantTripDestinationGrid.SetPersistDataAsync(userGridPageState.GridPersistData);
}
catch (Exception ex)
{