Skip to content

Commit e93bf30

Browse files
committed
1008186: Updated Nuget Packages and Outdated methods in RotateHeader sample
1 parent e4099ec commit e93bf30

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Exporting-PDF-Datagrid/Rotate_header/Components/Pages/Home.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
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

Exporting-PDF-Datagrid/Rotate_header/Rotate_header.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
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>

0 commit comments

Comments
 (0)