Hi All,
This one really threw me. I was binding an entitycollection to a grid and for some reason I could not get the delete to work. I spent hours working with the grid but to no avail.
Turns out that the AllowRemove boolean on the entitycollection is set the false. I set it to true and delete now works.
I'm using MSDE version of sql server.
Was this changed? I don't remember having this problem 6 months ago (the last time I worked on this project)?
Thanks.
Fishy