摘要: 设定列只读 // You can handle the ShowingEditor event to cancel editor activation gridView.ShowingEditor += (s, e) => { e.Cancel = gridView.FocusedColumn.Fi 阅读全文
posted @ 2021-12-17 13:09 网络来者 阅读(485) 评论(0) 推荐(0)