feat: 更新控件及表格功能
This commit is contained in:
@@ -4280,6 +4280,8 @@ namespace Lskj.Control
|
||||
memoEdit.ShowIcon = false;
|
||||
if (!gridColumn.OptionsColumn.AllowEdit)
|
||||
{
|
||||
// AllowEdit 需要保持为 true 才能打开备注弹窗,ReadOnly 保存真实的禁编状态。
|
||||
gridColumn.OptionsColumn.ReadOnly = true;
|
||||
gridColumn.OptionsColumn.AllowEdit = true;
|
||||
//设置只读
|
||||
memoEdit.ReadOnly = true;
|
||||
|
||||
Reference in New Issue
Block a user