SVN r431
SVN-Revision: r431
This commit is contained in:
@@ -785,6 +785,10 @@ namespace Lskj.Control
|
||||
}
|
||||
}
|
||||
}
|
||||
// 隐藏分组面板
|
||||
this.bandedGridView.OptionsView.ShowGroupPanel = false;
|
||||
// 展开所有分组
|
||||
this.bandedGridView.OptionsBehavior.AutoExpandAllGroups = true;//展开所有分组
|
||||
}
|
||||
foreach (BandedGridColumn col in this.bandedGridView.Columns)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user