You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-aspnet/html-helpers/data-management/pivotgrid/data-binding/razor-page.md
+36-34Lines changed: 36 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ This article describes how to configure the PivotGrid component in a Razor Pages
16
16
17
17
## Getting Started
18
18
19
-
The PivotGrid component provides a convenient integration with the Grid and DataSource. This example will demonstrate how to configure them in a Razor Pages scenario so that the PivotGrid appear at the top of the Grid.
19
+
The following example demonstrates how to configure the PivotGrid in a Razor Pages scenario and bind it to a remote data collection.
20
20
21
-
1.Create the Grid, DataSource and PivotGrid definitions.
21
+
1.Define the PivotGrid and specify the Read request URL in the `DataSource` configuration. The URL must refer to the method name in the `PageModel`.
22
22
23
23
```HtmlHelper_Index.cshtml
24
24
@page
@@ -68,38 +68,40 @@ The PivotGrid component provides a convenient integration with the Grid and Data
0 commit comments