This commit is contained in:
2011-03-30 16:19:57 +00:00
parent e439f31c1f
commit 2fa637ab4d
2 changed files with 4 additions and 1 deletions

View File

@@ -79,7 +79,8 @@ namespace Volian.Controls.Library
}
break;
case Keys.Delete:
MyFlexGrid.ClearSelectedCellText();
if (!MyFlexGrid.IsRoTable)
MyFlexGrid.ClearSelectedCellText();
break;
}
}
@@ -274,6 +275,7 @@ namespace Volian.Controls.Library
{
if (MyFlexGrid.IsRoTable)
{
MyFlexGrid.MergedRanges.Clear();
MyFlexGrid.Clear();
ConvertTableToGrid(args.RawValText);
MyFlexGrid.RODbId = args.RODbID;