But when I leave it off the include this is what happend even though its in cache.
I cam send you the entire trace, but here is the key piece.
SELECT
[Extent1].[ManID] AS [ManID],
[Extent1].[ManName] AS [ManName],
[Extent1].[Synonyms] AS [Synonyms],
[Extent1].[Display] AS [Display],
[Extent1].[Srch] AS [Srch],
[Extent1].[ProdCount] AS [ProdCount]
FROM [dbo].[Manufacturers] AS [Extent1]
WHERE 101424 = [Extent1].[ManID]
This occurs for each and every line in the gridview.
But if I load up a manufacturer screen with just manufacturers in the grid there are NO database accessses at all.