My guess is that you are running a grid which is layout-virtual and not data-virtual. What this means is that the grid will pull all the data from the data source, but not create visuals for non-visible elements.
You will likely need to figure out how to virtualize the data access. On Wed, Nov 2, 2011 at 2:43 PM, Kevin Anderson <[email protected]>wrote: > I did do a quick search but honestly I am not even sure what to look > for. I am using a grid (XamDataGrid) with nhibernate and it seems that > the wpf binding to the grid is causing load all of the various pieces > of the object each row is displaying even if we have lazy loading on > and the column for that particular piece is not visible. > > Has anybody seen this behavior? Is there a work around? > > Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "nhusers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/nhusers?hl=en. > > -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
