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
Hello Alastair,
Thank you for your post. I have been looking into it and followed your scenario and everything seems to work ok on my side. I can suggest you download the latest service release by logging to our web site and going to My IG \My Keys and Downloads. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.
Hi Stefan,
Unfortunately I am stuck with v10.3 at the moment and have no room to upgrade. Is this perhaps a bug that has been since fixed? If so is there a known workaround.
FYI while investigating this I have listened to the SummaryRowExporting event of the DataPresenterExcelExporter and I can see that the summaries are definitely the incorrect values. Is there perhaps any way of fixing this from this event?