Skip to content

Latest commit

 

History

History

BlazorGridAndReportViewer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Blazor DataGrid Meets Blazor Report Viewer

Hi there 👋.

This project is based on the Blazor DataGrid Meets Blazor Report Viewer blog post and it demonstrates the integration between Telerik Reporting and Telerik UI for Blazor. The project is also used in the Telerik UI for Blazor live demos.

Instructions

This project uses Dev (licensed) packages, if you want to use the Trial ones, you need to make the following changes:

  • BlazorGridAndReport.csproj - add ".Trial" to the Telerik NuGet packages;
  • _Host.cshtml - Add ".Trial" to the Telerik references in the file, example:
<script src="_content/Telerik.UI.for.Blazor.Trial/js/telerik-blazor.js" defer></script> <script src="_content/Telerik.ReportViewer.Blazor.Trial/interop.js" defer></script>