1. 컬럼값 변경 후 바로 해당 행의 Row State가 업데이트 되지 않는 경우 강제로 업데이트
- gridView.GetFocusedDataRow().EndEdit();
2. 컬럼유형을 CheckBox로 설정한 경우 체크 후 바로 Row State 강제 업데이트
- RepositoryItemCheckEdit.CheckedChanged 이벤트
- gridView.SetFocusedRowCellValue("FIELD_NAME", (sender as DevExpress.XtraEditors.CheckEdit).Checked ? 1 : 0);
3. Format String
- https://documentation.devexpress.com/#WindowsForms/CustomDocument2141
'프로그래밍' 카테고리의 다른 글
C#에서 Microsoft Office 설치하지 않고 엑셀, PDF 생성 (2) | 2017.11.02 |
---|---|
[DevExpress] GridView MultiSelect 옵션 (0) | 2017.09.06 |
[DevExpress] GridView 스크롤 느릴 때 (0) | 2017.09.06 |
[DevExpress] GridControl LookupEdit 값 선택 후 값이 제대로 안나올 때 (0) | 2017.04.18 |
Visual Studio 항상 관리자 권한으로 실행하기 (0) | 2017.03.06 |
Team Foundation Server 체크아웃 강제 취소 (0) | 2013.02.28 |
Windows 7에서 VB6 설치 (0) | 2012.07.25 |
script 태그 defer 속성 (0) | 2009.10.21 |
HTML 문자표 (0) | 2009.01.22 |
CSS 마우스 커서 모양 (0) | 2008.12.03 |