본문 바로가기

전체 글

[Devexpress] XtraGrid 의 구성 참조 Ref : http://documentation.devexpress.com 더보기
[Devexpress] Grid 의 CheckEdit 컬럼의 헤더에 전체선택(해제)기능 넣기 == 여기에서 체크박스가 표시되는 Column 의 FieldName 은 "Select"로 함 == 1. 다음을 전역변수로 선언 /// /// CheckBox 로 표시될 ColumnEdit /// RepositoryItemCheckEdit _repChkYN = new RepositoryItemCheckEdit(); /// /// 전체선택 체크박스 상태 /// private bool _stateAllSel = false; 2. ColumnEdit 기본설정 및 체크박스를 표시할 컬럼에 ColumnEdit 를 지정 _repChkYN.ValueChecked = "Y"; _repChkYN.ValueUnchecked = "N" _repChkYN.ValueGrayed = ""; colSel.ColumnEdit = _r.. 더보기
[Devexpress] Grid 의 Row State 가 반영되는 시점 XtraGrid 사용시 동일한 행에서 특정 컬럼의 값을 변경하는 경우는 해당 행의 RowState 가 바로 변경되지 않음. 기본적으로 다른 행으로 이동이 되는 경우 반영이 됨. 동일한 행에서 데이터 변경시 강제로 RowState 가 반영되게 할려면 DataRow.EndEdit() 를 호출해서 강제로 RowState 를 변경해주면됨 예) gvMain.GetFocusedDataRow().EndEdit(); 더보기
[Devexpresss] Group Level Indent Pixel 가져오기 ((GridViewInfo)gvMain.GetViewInfo()).CalcLevelIndent() * gvMain.GroupCount gvMain.LevelIndent 의 기본값인 -1 일때도 위 소스로 실제 Pixel 을 구해올 수 있음 더보기
[Devexpresss] Grid Footer 영역 customizing 샘플 private void gvMain_CustomDrawFooterCell(object sender, FooterCellCustomDrawEventArgs e) { if(GridData == null) { return; } if(e.Column == colRepQtyName) { e.Info.DisplayText = _projectCumulativePlan; e.Info.Bounds = new Rectangle(e.Bounds.X, e.Bounds.Y, this.bandMain.Width, e.Bounds.Height); e.Info.Appearance.Options.UseTextOptions = true; e.Info.Appearance.TextOptions.HAlignment = HorzAlignmen.. 더보기
윈도우 폼 개발후 배포시 사이즈가 이상하다...? AutoScaleMode열거형Windows Forms에서 지원하는 여러 종류의 자동 크기 조정 모드를 지정합니다.네임스페이스: System.Windows.Forms어셈블리: System.Windows.Forms(System.Windows.Forms.dll) 구문 public enum AutoScaleMode 멤버 이름설명None자동 크기조정을 사용할 수 없습니다.Font클래스에서 사용하는글꼴(대개 시스템 글꼴)의 크기를 기준으로 크기를 제어합니다.Dpi디스플레이 해상도를 기준으로 크기를 제어합니다.일반적인 해상도는 96DPI와 120DPI입니다.Inherit클래스의 부모 크기 조정 모드에 따라 크기를 제어합니다.부모가 없는 경우 자동 크기 조정을 사용할 수 없습니다.설명 ContainerControl 클.. 더보기
때늦은 웰빙 점심... 채소랑 토마토랑 오렌지... 바나나도 썰어서 놓을랬는데... 접시가 많이 작아서... 걍 뜯기로~ 누가보면 한마디 할것이야... 맥주가 왜 있어 ~,.~;;; ㅎㅎ 더보기
웃다가 넘어가네~ 봄 맞이 대청소 후 예~~전에 산 인형을 발견 ㅎㅎ ^,.^ 본김에 예~~ 전에 촬영한 동영상.. 넘어간다 넘어가~ ㅋㅋ 요곤 손에 들고서... 더보기