This question is locked. New answers and comments are not allowed.
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
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