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
355
Summaries error on export to Excel
posted

Hi,

I am currently using the XamDataGrid. However I'm getting an error when exporting to excel (using the DataPresenterExcelExporter). I am doing the following:

Put some data into the grid, set some summaries. Let's say I set the count on one field and it comes up with Count: 100. Then I filter one of the fields, I now have Count: 25. Now I export to excel. The filtered rows appear in excel, i.e. I have 25 rows, but the Count at the top reads 100.

Any idea what I'm doing wrong here? The filter has worked on the rows in the export but not the summary.

Thanks,

Alastair