Hi Team,
Today I was using the latest version of Grid control i.e.18.4.0.31,
There are option to Export to PDF
<SfGrid DataSource="model" @ref="Grid"
Height="100%" Width="100%"
ID="Grid"
AllowPaging="true"
Toolbar="@(new List<string>() { "ExcelExport", "CsvExport", "PdfExport" })"
AllowExcelExport="true"
AllowPdfExport="true"
AllowSorting="true">
<GridEvents OnToolbarClick="ToolbarClick" TValue="AztcQuery"></GridEvents>
<GridPageSettings PageSize="10"></GridPageSettings
Pdf file is generating, but it is not taking all columns of Grid. It is taking only 5 Columns. But "ExcelExport", "CsvExport" is working fine. Could you please let me the workaround of issue ?
Regards
Chandradev