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:
John Jenko 2011-10-10 13:03:48 +00:00
parent 26ea7d5852
commit d18d0d97c8

View File

@ -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);