New to Telerik UI for ASP.NET MVC? Download free 30-day trial
Drill-Down Grid Report
Loading Demo...
- EXAMPLE
- VIEW SOURCE
-
Change Theme
default
- Main
- Main Dark
- Nordic
- Ocean Blue
- Purple
- Turquoise
- Main
- Main Dark
- Nordic
- Urban
- Vintage
- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
- Main
- Main Dark
- Opal
- Silver
index.cshtml
IndexController.cs
ReportingView
GridView
ReportsController.cs
DataGridReport
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
The example on this page demonstrates the integration between Telerik UI for ASP.NET MVC suite and Telerik Reporting. The purpose of the demo is to show how the data from the Telerik UI for MVC 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 MVC and Telerik Reporting