2X faster development
The ultimate Xamarin UI toolkit to boost your development speed.
SfDataGrid can be exported to excel or PDF by adding ToolbarItems to a ContentPage. You can export the grid using the Activated event of the ToolbarItem. Refer the below code example in which ToolbarItems are added to export the grid to excel and PDF format.
Screenshot
Interface Implementation You need to implement the below interfaces to save the exported excel and PDF on your devices. The Interface methods are called from the PCL using DependencyService to save the exported excel and PDF.
Platform Specific Interface Implementation Android Renderer
iOS Renderer
UWP Renderer
Sample Link How to export a SfDataGrid to excel or PDF using ToolbarItems of a Page?
|
2X faster development
The ultimate Xamarin UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.
For exporting an SfDataGrid to Pdf or Excel, I have been unable to successfully load the app from your Sample Link (How to export a SfDataGrid to excel or PDF using ToolbarItems of a Page?) into Visual Studio 2022. It seems to use an older Xamarin architecture. Your other samples that I have found seem to leave out some code like UIViewController or QLPreviewController for IOS. Can you please provide a sample that runs as-is? I would very much appreciate it. Thanks.