diff --git a/PROMS/VEPROMS.CSLA.Library/Generated/ContentInfo.cs b/PROMS/VEPROMS.CSLA.Library/Generated/ContentInfo.cs index a31a2af0..e938c38e 100644 --- a/PROMS/VEPROMS.CSLA.Library/Generated/ContentInfo.cs +++ b/PROMS/VEPROMS.CSLA.Library/Generated/ContentInfo.cs @@ -619,6 +619,8 @@ namespace VEPROMS.CSLA.Library { string key = tmp.ContentID.ToString(); ConvertListToDictionary(); + if (tmp.MyGrid != null) // B2017-041 refresh the table (grid) on the screen to show the transition changes + GridInfo.Refresh(tmp.MyGrid); if (_CacheByPrimaryKey.ContainsKey(key)) foreach (ContentInfo tmpInfo in _CacheByPrimaryKey[key]) {