lu
2024-12-25 998a0389c282411a5ea583ba50428a46e014c01c
DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs
@@ -739,7 +739,6 @@
                if (ctrl is CheckBox)
                {
                    var txt = ctrl as CheckBox;
                    //txt.Checked = false;
                    txt.Enabled = !isEdt;
                }
                if (ctrl is CheckEdit)
@@ -897,7 +896,7 @@
                            if (colmn.Tag!=null && colmn.Tag.ToString().EndsWith("edit"))
                                colmn.OptionsColumn.ReadOnly = isEdt;
                            else
                                colmn.OptionsColumn.ReadOnly = !isEdt;
                                colmn.OptionsColumn.ReadOnly = isEdt;
                        }
                    }
                }
@@ -1286,7 +1285,12 @@
                return 1;
            return 0;
        }
        public static bool ToBoole(string str)
        {
            if (str.ToUpper() == "true".ToUpper())
                return true;
            return false;
        }
        public string GetIsNullOrEmpty(string str)
        {
            if (string.IsNullOrEmpty(str.Trim()))