본문 바로가기
반응형

개발언어/3rd Part35

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.
Performance UltrawebGrid 울트라웹그리드 성능개선, 경량화 Performance UltrawebGrid 울트라웹그리드 경량화 및 성능개선하는 방법이란다. 아래 링크다 http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/WebGrid_Performance.html 전에 훈스세미나에서 들은 것도 기억난다. webgird를 감싸고 있는 업데이트 판넬의 암호화를 false로 하면 용량이 조금 줄어든다. 이것도 작지만 큰 팁이다. 포럼에서 질문한 내용에 대해서 답변이다. http://forums.infragistics.com/forums/p/15550/57123.aspx WebGrid's™ performance can be improved by using built in functionality, .. 2008. 11. 21.
WebGrid Client-Side Events (CSOM) 도움말 WebGrid Client-Side Events (CSOM) 도움말이다. http://help.infragistics.com/NetAdvantage/NET/2007.3/CLR2.0/ 개발할때 계속찾기 힘들어서 퍼왔다. 버튼의 경우 이렇게 클라이언트 이벤트를 걸어주면된다. this.igGrid_GSudangReg_Btn_1.DisplayLayout.ClientSideEvents.ClickCellButtonHandler = "ig_GridBtnPress"; Events The client side events object. Holds information about handled events and handler names. Events Properties AfterCellUpdate Fired once t.. 2008. 11. 21.
반응형