The rows and columns of Table ROs were not being adjusted (cleaned up) when a Table RO was inserted in a procedure
This commit is contained in:
parent
26ea7d5852
commit
d18d0d97c8
@ -316,7 +316,11 @@ namespace Volian.Controls.Library
|
||||
{
|
||||
if (MyFlexGrid.IsRoTable)
|
||||
{
|
||||
MyFlexGrid.Visible = false;
|
||||
MyFlexGrid.ConvertTableROToGrid(args.ValText, args.RODbID, args.ROID);
|
||||
MyFlexGrid.FixTableCellsHeightWidth();
|
||||
MyFlexGrid.AdjustGridControlSize();
|
||||
MyFlexGrid.Visible = true;
|
||||
//MyFlexGrid.MergedRanges.Clear();
|
||||
//MyFlexGrid.Clear();
|
||||
//ConvertTableToGrid(args.RawValText, args.RODbID, args.ROID);
|
||||
|
Loading…
x
Reference in New Issue
Block a user