Could a predicate affect a bindingSource?

Posts   
 
    
yogiberr
User
Posts: 432
Joined: 29-Jun-2005
# Posted on: 19-Apr-2006 21:34:22   

version 1.0.2005.1 final (self-servicing) VS2005 winforms


hiya,

when I bind to a combobox to an entityCollection, I am able to retrieve the "selectedValue" no problem. However, if the combobox is bound to a bindingSource, the selectedValue of the combobox is ALWAYS 0 (ZERO), even though the combobox correctly displays all the expected items.

Could a predicate affect a bindingSource? I can post code, but i thought I'd ask the question just to make sure

many thanks,

yogi

bclubb
User
Posts: 934
Joined: 12-Feb-2004
# Posted on: 20-Apr-2006 02:44:17   

Not that I know of, but you should post your code. A predicate should not affect a collection.

yogiberr
User
Posts: 432
Joined: 29-Jun-2005
# Posted on: 20-Apr-2006 10:19:42   

hiya Brian,

Ok, that means it's a hassle with my bindingSource. I'll create a new post.

thanks,

yogi