Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
140995 | Nov 17,2018 08:01 PM UTC | Nov 22,2018 06:42 AM UTC | Xamarin.iOS | 3 |
![]() |
Tags: SfDataGrid |
DataGridPdfExportingController pdfExport = new DataGridPdfExportingController();
pdfExport.RowExporting += PdfExport_RowExporting;
private void PdfExport_RowExporting(object sender, DataGridRowPdfExportingEventArgs e)
{
e.PdfGrid.Columns[2].Width = 200;
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.