New to Telerik UI for ASP.NET Core? Download free 30-day trial
Drill-Down Grid Report
Loading Demo...
- EXAMPLE
- VIEW SOURCE
-
Change Theme
DefaultSASSLESS
- Default
- Bootstrap
- Material
- Launch Theme Builder
- index.cshtml
- IndexController.cs
- ReportingView
- GridView
- ReportsController.cs
Also available for:
API REFERENCEDescription
The example on this page demonstrates the integration between Telerik UI for ASP.NET Core suite and Telerik Reporting. The purpose of the demo is to show how the data from the Telerik UI for Core Grid is passed to a Telerik Report and displayed in a HTML5 Report Viewer. The demo covers the following main points:
- The components from both suites are loaded in a TabStrip component. The first tab shows the Grid, loaded and populated with sample data. The second one opens a report viewer displaying the data obtained from the Grid.
- The Grid is configured with a Client Template to showcase nested Grids.
- During the ReportViewer initialization, the data is gathered from the Grid and passed to a report definition in JSON format. The generated report provides interactivity features like sorting and collapsing, similarly to the Grid behavior.
More about Telerik Grid for ASP.NET Core and Telerik Reporting