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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user