SVN r1230
SVN-Revision: r1230
This commit is contained in:
@@ -3812,6 +3812,12 @@ namespace Lskj.Control
|
||||
this.gcMain.MultiplePrimary = parmaryKey;
|
||||
//合计是否只显示行数
|
||||
this.gcMain.TotalQuantity = this.SysModel.TotalQuantity;
|
||||
//判断是否禁用排序
|
||||
if (!string.IsNullOrWhiteSpace(this.SysModel.HeaderSortCriteria))
|
||||
{
|
||||
this.gcMain.GridView.OptionsCustomization.AllowSort = ValidateCond(this.SysModel.HeaderSortCriteria, null);
|
||||
}
|
||||
|
||||
// 常用工具
|
||||
this.InitializeCommonTool();
|
||||
if (SysModel.isLeftRightMode) this.pl_top_right.Visible = false;
|
||||
|
||||
Reference in New Issue
Block a user