본문 바로가기
반응형

분류 전체보기4965

Announcing the NetAdvantage CAB Extensibility Kit (NCEK) 궁금했다. 아래 그림의 sidebar 를 어떻게 만들수 있는 가? 결국 포럼 사이트에 질문을 했다. 답변이 왔다. Hi kwangho This is very easy once you get the hang of it. Create a new form. Add 3 Container controls to the form. (I use UltraGroupBox or Standard Panel if I need scrollbars). Add a UltraDockManager control to the form (this is a non visual control and will show at the bottom of your dev window) Now on the first Container control, .. 2009. 1. 22.
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.
반응형