Click here to Skip to main content
15,885,309 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
var results = context.Infos.Where((Infos i) => loadOperation.Entities.Contains(i)).ToList();
results.ForEach((Infos i) => context.Infos.Detach(i));

i got below error when add new item in gird(telerik grid row).

"The specified entity is not contained in this EntitySet" in below line

C#
results.ForEach((Infos i) => context.Infos.Detach(i));

Got this erorr after upgrade Silverlight Telerik contorls 4.0 to
Silverlight Telerik controls 5.0

Before Upgrade Its working fine.

Pls Help Me.
Posted
Comments
virusstorm 25-Aug-15 13:38pm    
I suggest posting this in the Telerik forums. They would able to help you better.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900