I have a 4.0 RadGrid on my page that I'm trying to bind to a LinqDataSource. I originally tried to bind the grid to a LinqDataSource that had a detailed select statement that included crossreferences to foreign keys. This did not work when it came to updates.
2 questions.
1. Do I understand correctly? The only way I can get Linq to automatically take care of updates is to not have a Select statement in my LinqDataSource.
2. If (1) is correct then am I also correct in assuming that if I want cross-references to other tables I need to manually code them in the <Grid name>_ItemDataBound event?
2 questions.
1. Do I understand correctly? The only way I can get Linq to automatically take care of updates is to not have a Select statement in my LinqDataSource.
2. If (1) is correct then am I also correct in assuming that if I want cross-references to other tables I need to manually code them in the <Grid name>_ItemDataBound event?