본문 바로가기
WPF - DevExpress

WPF & DevExpress GridControl LookupEdit Dynamically change item source

by 캡틴노랑이 2021. 3. 24.
반응형

LookupEdit 동적 바인드 

 

일반적인 lookupedit 바인드 

 

 

특정 그룹만 보이게 할 때 예
데이터 구조 3번째 컬럼의 상위 그룹 코드 위와 같이 구분이 되어 있다.

 

 

 

 

 

 

AutoPopulateColumns="false"

LookUpEditSetting
IsTextEditable="True"   텍스트 입력으로 검색

 

 

 

일부 버그(?)라는 것이 보이지만... 꼼수로 일단 처리함. 

업데이트 받으면 해결된다고 하는 것 같은데.. 거기까지 확인 못함.

 

 

 

Dynamically change item source for LookupEditor in Grid via code behind

Use different ItemsSource for LookupEdit causes values in other rows to disappear

Cell values disappear after opening the filter popup if cell editors use Server Mode components

반응형

댓글