|
1 |
| -<!-- default badges list --> |
2 |
| - |
3 |
| -[](https://supportcenter.devexpress.com/ticket/details/E2986) |
4 |
| -[](https://docs.devexpress.com/GeneralInformation/403183) |
5 |
| -<!-- default badges end --> |
6 |
| -<!-- default file list --> |
7 |
| -*Files to look at*: |
8 |
| - |
9 |
| -* [Default.aspx](./CS/ASPxPivotGrid_RuntimeDataBinding/Default.aspx) (VB: [Default.aspx](./VB/ASPxPivotGrid_RuntimeDataBinding/Default.aspx)) |
10 |
| -* [Default.aspx.cs](./CS/ASPxPivotGrid_RuntimeDataBinding/Default.aspx.cs) (VB: [Default.aspx.vb](./VB/ASPxPivotGrid_RuntimeDataBinding/Default.aspx.vb)) |
11 |
| -<!-- default file list end --> |
12 |
| -# How to create and bind Pivot Grid to data in code |
13 |
| -<!-- run online --> |
14 |
| -**[[Run Online]](https://codecentral.devexpress.com/e2986/)** |
15 |
| -<!-- run online end --> |
16 |
| - |
17 |
| - |
18 |
| -<p>This example demonstrates how to create an ASPxPivotGrid and bind it to data via code.</p><p>In this example, the ASPxPivotGrid and AccessDataSource instances are created and initialized in code. The Pivot Grid is bound to data by assigning the AccessDataSource instance to the ASPxPivotGrid.DataSource property. Then the ASPxPivotGrid.RetrieveFields method is used to create pivot grid fields for all data source fields.</p> |
19 |
| - |
20 |
| -<br/> |
21 |
| - |
22 |
| - |
| 1 | +<!-- default badges list --> |
| 2 | + |
| 3 | +[](https://supportcenter.devexpress.com/ticket/details/E2986) |
| 4 | +[](https://docs.devexpress.com/GeneralInformation/403183) |
| 5 | +<!-- default badges end --> |
| 6 | +<!-- default file list --> |
| 7 | +*Files to look at*: |
| 8 | + |
| 9 | +* [Default.aspx](./CS/ASPxPivotGrid_RuntimeDataBinding/Default.aspx) (VB: [Default.aspx](./VB/ASPxPivotGrid_RuntimeDataBinding/Default.aspx)) |
| 10 | +* [Default.aspx.cs](./CS/ASPxPivotGrid_RuntimeDataBinding/Default.aspx.cs) (VB: [Default.aspx.vb](./VB/ASPxPivotGrid_RuntimeDataBinding/Default.aspx.vb)) |
| 11 | +<!-- default file list end --> |
| 12 | +# How to create and bind Pivot Grid to data in code |
| 13 | +<!-- run online --> |
| 14 | +**[[Run Online]](https://codecentral.devexpress.com/e2986/)** |
| 15 | +<!-- run online end --> |
| 16 | + |
| 17 | + |
| 18 | +<p>This example demonstrates how to create an ASPxPivotGrid and bind it to data via code.</p><p>In this example, the ASPxPivotGrid and AccessDataSource instances are created and initialized in code. The Pivot Grid is bound to data by assigning the AccessDataSource instance to the ASPxPivotGrid.DataSource property. Then the ASPxPivotGrid.RetrieveFields method is used to create pivot grid fields for all data source fields.</p> |
| 19 | + |
| 20 | +<br/> |
| 21 | + |
| 22 | + |
0 commit comments