Hi
I want to Copy/Export only Data which is Visible on Screen.
1. Run the attached sample (in Test.zip).
2. Group by "Abbrviation" and expand few group by rows (as shown in ExportOnly.png in attached Test.zip).
3. When I hit a button, I want to copy/export (into excel or clipboard) the only data which is visible on screen i.e. Red color rectangle marked area data in ExportOnly.png. I DO NOT want to copy/export data which is not in visible on screen.
Can we do this?
Thanks in advance.
Anyone from Infragistics support?
Hello,
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically I handled the DataPresenterExcelExporter’s RecordExporting event and checked if the Record is in view and if it is not I cancel the exporting. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.