提交当前本机最新程序
This commit is contained in:
@@ -2913,7 +2913,7 @@ namespace Lskj.Control
|
||||
int[] rows = this.bandedGridView.GetSelectedRows();
|
||||
|
||||
// 只判断单元格数目,允许同行多单元格选中
|
||||
this.pl_buttom.Visible = cells.Length > 1;
|
||||
this.pl_buttom.Visible = cells.Length > 1 && rows.Length > 1;
|
||||
|
||||
if (this.pl_buttom.Visible)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user