반응형 datagrid1 DataGrid의 ComboBox바인딩 샘플 MVC를 기반으로 바인딩을 구성합니다. 1.Model클래스 - DataGrid용 모델클래스(CountryInformation)와 ComboBox(CommonType)용 Model클래스를 생성 - 생성한 클래스를 이용한 실제 바인딩이 이용할 메서드(GetCountryNameList, GetCountryInformationList)를 생성 using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Linq; using System.Runtime.CompilerServices; using System.Text; using System.Thre.. WPF 2021. 4. 10. 이전 1 다음 반응형