This is a migrated thread and some comments may be shown as answers.

[Solved] Grid bingind issue

0 Answers 74 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
bogus
Top achievements
Rank 1
bogus asked on 26 Oct 2010, 10:51 AM
I am using Grid with Custom Binding and i have one little issue.
If the source for the grid is a IEnumerable<User> everything goes well ( binding and paging) but if this list is returned by entity framework is of type System.Data.Entity,DynamicProxies.User_..... and i get: Error!The requested URL returned 500 - Invalid server error. One solution is to create a local list with the entities to show in the grid. Why cannot that list be the source for the grid? Is there anything i am missing? Thanks
Tags
Grid
Asked by
bogus
Top achievements
Rank 1
Share this question
or