File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030 ExportProperties .BeginCellLayout = new PdfGridBeginCellLayoutEventHandler (BeginCellEvent );
3131 ExportProperties .FileName = " test.pdf" ;
3232 ExportProperties .IsRepeatHeader = true ;
33- await this .DefaultGrid .PdfExport (ExportProperties );
33+ await this .DefaultGrid .ExportToPdfAsync (ExportProperties );
3434 }
3535 }
3636
Original file line number Diff line number Diff line change 77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" Syncfusion.Blazor.Grid" Version =" 29.1.41 " />
11- <PackageReference Include =" Syncfusion.Blazor.Themes" Version =" 29.1.41 " />
12- <PackageReference Include =" Syncfusion.Pdf.Net.Core" Version =" 29.1.41 " />
10+ <PackageReference Include =" Syncfusion.Blazor.Grid" Version =" * " />
11+ <PackageReference Include =" Syncfusion.Blazor.Themes" Version =" * " />
12+ <PackageReference Include =" Syncfusion.Pdf.Net.Core" Version =" * " />
1313 </ItemGroup >
1414
1515</Project >
You can’t perform that action at this time.
0 commit comments