본문 바로가기
반응형

개발언어/3rd Part35

Multiple column Sort on Ultrawingrid Multiple column Sort on Ultrawingridhttp://news.infragistics.com/forums/t/12611.aspx There are two ways you could go about this. 1) You could trap the BeforeSortChange event and use the SortedColumns.Add method to sort each column. 2) You could use the SortComparer property on the column. You would create a class that implements IComparer and you could write code in the Compare method to examine.. 2009. 3. 9.
Export UltraWinGrid to Excel (WinGird에서 엑셀로 내려받기) Downloading an UltraGrid to an Excel File, by letting the user choose the download location UltraGrid is a component from Infragistics, which provide a rich set of features for the Grid Control. And moreover, it can download the entire Grid (along with its content) to an Excel file. It retains the entire formatting, entire Column Positions and much more. UltraGridExcelExporter1 컨트롤을 이용합니다. 외국블로그.. 2009. 1. 30.
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.
반응형