Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1190
xamdatagrid SummaryEvaluationMode UseLINQ does not work with filtering
posted

I was testing setting my grid SummaryEvaluationMode = UseLINQ to see if it would give me better performance, but i noticed that the summaries would include data that was filtered out using the grids built in filters.  If i switch back to Auto than everything works as expected.  Is there something I need to do to use LINQ for my summaries but still allow filtering on my grid or are those two settings not compatible for some reason.  Thanks