728x90 button1 [DevExpress] 컬럼 체크박스 추가 //로드 시 해당 컬럼 변경호출 ColumnCheckEditChange(grid.Columns[excute.dt.Rows[i]["SGR_FIELD"].ToString()]); //체크에디트로 변경 후 Value 값 넣어주기 public void ColumnCheckEditChange(DevExpress.XtraGrid.Columns.GridColumn column) { DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit checkEdit = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); column.ColumnEdit = checkEdit; checkEdit.NullText = "";.. 2020. 12. 15. 이전 1 다음 728x90