Disable Split and Merge buttons for RO Tables
This commit is contained in:
parent
b7e0e78ca9
commit
c95527574f
@ -3212,10 +3212,10 @@ namespace Volian.Controls.Library
|
||||
btnTblInside.Enabled = enable;
|
||||
btnTblDgnInsertColumn.Enabled = enableContent;
|
||||
btnTblDgnInsertRow.Enabled = enableContent;
|
||||
btnTblDgnMergeCells.Enabled = enable;
|
||||
btnTblDgnMergeCells.Enabled = enableContent;
|
||||
btnCmGridPaste.Enabled =
|
||||
btnTblDgnPaste.Enabled = ((VlnFlexGrid.MyCopyInfo.MyCopiedFlexGrid != null) && enableContent);
|
||||
btnTblDgnSplitCells.Enabled = enable;
|
||||
btnTblDgnSplitCells.Enabled = enableContent;
|
||||
}
|
||||
public void SetRibbonForGridCellIndent()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user