반응형 분류 전체보기4680 Windows Form UltraWinGrid Infragistics Netadvantage 2008.3 CLR2.0 버전 ver 0.1 Windows Form UltraWinGrid Infragistics Netadvantage 2008.3 CLR2.0 버전 ver 0.1 혼자서 조금씩 시작한 UltraWinGrid 프레임웍이 거의 완성되어 간다. 스샷 ) 디자인은 신경쓰지 마세요. 그리드의 속성 구현에만 신경을 썻어요. 콤보형, 버튼형, dropdownlist형, mask형 으로 나누었다. 완료된 기능 1. 컬럼헤더 fix(고정) / 컬럼헤더 스타일 지정 / 이동고정 및 이동가능 2. row numbering 처리 3. 셀 정렬기능 4. 셀 maskedit 처리 * varchar형 무자열 숫자를 maskedit로 원하는 포멧으로 표현 5. 셀 타입지정( 버튼, 콤보, 달력 등) 6. 포멧형 (숫자의경우 글러벌 통화 단위 지정 및 , 자.. 2009. 1. 20. Localizing Cell Display Format (셀 포멧 속성 설정하기) Localizing Cell Display Format 참고하기 원본: http://help.infragistics.com/Help/NetAdvantage/NET/2008.3/CLR2.0/html/WinGrid_Localizing_Cell_Display_Format.html 간단 요약하면~ C: 화폐단위 D: 소수점구현 가능 N: 숫자형(부동소주점 없음) Background Many projects must deal with multiple cultures such as English, German and Japanese. The .NET Framework provides excellent support for multiple cultures, and this capability is passed thr.. 2009. 1. 17. UltraWinGrid의 GroupBoxBy 속성 설정하기 http://help.infragistics.com/Help/NetAdvantage/NET/2007.3/CLR2.0/html/Infragistics2.Win.UltraWinGrid.v7.3~Infragistics.Win.UltraWinGrid.UltraGridLayout~ViewStyleBand.html using Infragistics.Shared; using Infragistics.Win; using Infragistics.Win.UltraWinGrid; using System.Diagnostics; private void button4_Click(object sender, System.EventArgs e) { // Set the view style to OutlookGroupBy. Without .. 2009. 1. 16. column 길이 조정하기 및 default ' ' 지정 1. 테이블의 컬럼제약 조건을 지운다. alter table tpo_order drop constraint DF__tpo_order__remar__334BA2D4 2. 컬럼의 길이를 변경한다. 100에서 1500으로 수정하였음 alter table tpo_order alter column remark varchar(1500) not null --default(' ') 디폴트가안된다.. 3. 컬럼 제약조건을 추가한다. alter table tpo_order add constraint DF__tpo_order__remar__334BA2D41 4. 컬럼의 디폴트값을 지정한다. alter table tpo_order add constraint DF__tpo_order__remar__334BA2D41 defaul.. 2009. 1. 14. 이전 1 ··· 1077 1078 1079 1080 1081 1082 1083 ··· 1170 다음 반응형