본문 바로가기
백엔드/C#

IList 또는 IListSource를 복합 DataBinding의 데이터 소스로 사용할 수 있습니다.

by 1005ptr 2019. 7. 12.
반응형

영어로는

Complex DataBinding accepts as a data source either an IList or an IListSource.

 

살펴보니 List대신에 Dictionary로 해보라는 글이있었다.

https://social.msdn.microsoft.com/Forums/windows/en-US/69a2c347-bdfb-4303-9be0-e935f09b0f3a/complex-databinding-accepts-as-a-data-source-either-an-ilist-or-an-ilistsource?forum=winforms

 

Complex DataBinding accepts as a data source either an IList or an IListSource.

Hi I am trying to populate a combobox from a hashtable. I am getting the following error. Should i use a iList to populate a combobox? I thought it was a straight forward approach Error:Complex DataBinding accepts as a data source either an IList or an ILi

social.msdn.microsoft.com

Dictionary<int,TemplateItem>로 해봤다. 안된다.

 

.ToList()를 붙이라는 글이있었다.

된다.

리스트가 변경됐는데 갱신이 안된다..

어디서 연결이 끊기지는 않았는데 좀더 봐야겠다.

 

반응형

댓글