提交代码
This commit is contained in:
+2
-2
@@ -131,9 +131,9 @@ namespace FineUIPro.Web.PZHGL.InformationProject
|
||||
{
|
||||
foreach (GridColumn column in Grid1.Columns)
|
||||
{
|
||||
if (column.ColumnIndex != 0 && column.ColumnIndex != 1 && column.ColumnIndex != 2)
|
||||
if (column.ColumnIndex > 6)
|
||||
{
|
||||
if (column.ColumnIndex > 5)
|
||||
if (column.ColumnIndex > 9)
|
||||
{
|
||||
GroupField gf1 = column as GroupField;
|
||||
foreach (var column1 in gf1.Columns)
|
||||
|
||||
Reference in New Issue
Block a user