I had no problem getting the export to Excel from XamDataGrid working. Your video and samples were perfect. But it always exports everything.
Is there any way to tell it to only export the selected records?
I did try to handle the DataPresenterExcelExporter.RecordExporting event and cancel if the record is not selected, but for some reason every record has IsSelected == false when this event is raised.
Thanks,
Mike
P.S.This is with 9.2 (WPF of course).
Nothing?