fqc
lu
2025-04-14 6db62ddd8db0a54afa15e06bb554950069e3859a
DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs
@@ -726,6 +726,7 @@
                    var txt = ctrl as ButtonEdit;
                    txt.Text = "";
                    txt.Enabled = !isEdt;
                    txt.ReadOnly = isEdt;
                    continue;
                }
                //文本
@@ -1745,8 +1746,10 @@
                if (column.Tag == null || column.Tag.ToString().EndsWith("edit"))
                    column.OptionsColumn.ReadOnly = false;
                else
                    //column.OptionsColumn.ReadOnly = true;
                    column.OptionsColumn.ReadOnly = isPostSearch;
                    column.OptionsColumn.ReadOnly = true;
                if(isPostSearch==false)
                    column.OptionsColumn.ReadOnly = true;
                if (isPostSearch == true)
                {