Click here to Skip to main content
15,894,343 members

Comments by Patrick Fox (Top 2 by date)

Patrick Fox 9-Mar-12 10:51am View    
Awesome, glad to hear it. I've been converting my collection classes to do this too, this is the better way to work with asynchronous binding. Seems we both gained something useful :)
Patrick Fox 9-Mar-12 0:25am View    
Yes, that was my thought too. The inner exception points to that. Hope it works! I'm going to try it too, because I use data binding a lot and I've been doing silly things. Like setting DataSource to null, doing background work,then resetting data source, or wrapping any type of Add / Update / Delete in similar methods above. Now I realize I could have been wrapping the Invoke at the collection level the whole time...