Is there a way to use an entitydatasource that has an arbitrary join as the source for an editable gridview?
I am using entity-framework and linq to sql.
I would like a gridview that is currently editable using the "built in" edit mode and paging to only show items that have an entry in a second table (an order book). There is no relationship between these two tables in SQL or in the EDMX model and I have no access to either.