■ UltraGrid 클래스에서 DataErrorInfo를 활성화하는 방법을 보여준다.
▶ 예제 코드 (C#)
1 2 3 4 5 6 7 8 |
using Infragistics.Win.UltraWinGrid; private UltraGrid ultraGrid2; .. this.ultraGrid.DisplayLayout.Override.SupportDataErrorInfo = SupportDataErrorInfo.RowsAndCells; |