Updating ROs in tables (grids) fix.
This commit is contained in:
parent
3d44be1344
commit
dc8b52035f
@ -520,6 +520,7 @@ namespace VEPROMS.CSLA.Library
|
|||||||
{
|
{
|
||||||
retval = gg;
|
retval = gg;
|
||||||
MyGrid.Data = MyGrid.Data.Substring(0, myIndex) + newvalue + MyGrid.Data.Substring(myIndex + myLength);
|
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.UserID = Volian.Base.Library.VlnSettings.UserID;
|
||||||
content.DTS = DateTime.Now;
|
content.DTS = DateTime.Now;
|
||||||
content.Save();
|
content.Save();
|
||||||
|
if (content.MyGrid != null)
|
||||||
|
GridInfo.Refresh(content.MyGrid);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user