Updating ROs in tables (grids) fix.
This commit is contained in:
		@@ -520,6 +520,7 @@ namespace VEPROMS.CSLA.Library
 | 
			
		||||
							{
 | 
			
		||||
								retval = gg;
 | 
			
		||||
								MyGrid.Data = MyGrid.Data.Substring(0, myIndex) + newvalue + MyGrid.Data.Substring(myIndex + myLength);
 | 
			
		||||
								break;
 | 
			
		||||
							}
 | 
			
		||||
						}
 | 
			
		||||
					}
 | 
			
		||||
 
 | 
			
		||||
@@ -502,6 +502,8 @@ namespace VEPROMS.CSLA.Library
 | 
			
		||||
											content.UserID = Volian.Base.Library.VlnSettings.UserID;
 | 
			
		||||
											content.DTS = DateTime.Now;
 | 
			
		||||
											content.Save();
 | 
			
		||||
											if (content.MyGrid != null)
 | 
			
		||||
												GridInfo.Refresh(content.MyGrid);
 | 
			
		||||
										}
 | 
			
		||||
									}
 | 
			
		||||
								}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user