Skip to content

Commit 899df4b

Browse files
authored
docs(pivotgrid): Prohibit separate base functionality usage (#2092)
* docs(pivotgrid): Prohibit separate base functionality usage * Update components/pivotgrid/overview.md
1 parent e423b91 commit 899df4b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

components/pivotgrid/overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,12 @@ The PivotGrid is an integrated product that includes several Razor components:
5454
* Add a `<TelerikPivotGridConfiguratorButton>`.
5555
* Wrap both tags and `<TelerikPivotGrid>` with a `<TelerikPivotGridContainer>`.
5656

57+
> The Telerik PivotGrid for Blazor [depends on two additional NuGet packages]({%slug getting-started/what-you-need%}#nuget-packages). They are installed automatically when using the [Telerik NuGet feed]({%slug installation/nuget%}) and must not be used separately with other custom or third-party tools.
58+
5759
>caption PivotGrid with configurator and local data
5860
5961
<div class="skip-repl"></div>
62+
6063
````CSHTML
6164
<TelerikPivotGridContainer>
6265
@@ -216,6 +219,7 @@ The Pivot Grid exposes methods for programmatic operation. To use them, define a
216219
>caption Obtain reference to the PivotGrid instance and execute methods
217220
218221
<div class="skip-repl"></div>
222+
219223
````CSHTML
220224
<TelerikPivotGrid @ref="@PivotGridRef" />
221225

getting-started/what-you-need.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ Telerik UI for Blazor is distributed through several private and public NuGet pa
5656
| `Telerik.Recurrence` | Adds support for recurring appointments in the [Scheduler component]({%slug scheduler-overview%}). |
5757
| `Telerik.Documents.SpreadsheetStreaming` | Adds support for working with spreadsheet documents, and exporting to Excel or CSV. This package is part of [Telerik Document Processing]({%slug common-features-dpl%}). |
5858
| `Telerik.Zip` | Contains code for working with ZIP archives and Excel files. Excel files are actually ZIP archives and this package takes part in the exporting process. This package is part of [Telerik Document Processing]({%slug common-features-dpl%}). |
59-
| `Telerik.Pivot.Core` | Contains base code for the [PivotGrid component]({%slug pivotgrid-overview%}). |
60-
| `Telerik.Pivot.DataProviders.Xmla` | Adds support for [data binding the PivotGrid component to XMLA]({%slug pivotgrid-data-binding%}). |
59+
| `Telerik.Pivot.Core` | Contains base code for the [PivotGrid component]({%slug pivotgrid-overview%}). This NuGet package must not be used separately without the Telerik PivotGrid component. |
60+
| `Telerik.Pivot.DataProviders.Xmla` | Adds support for [data binding the PivotGrid component to XMLA]({%slug pivotgrid-data-binding%}). This NuGet package must not be used separately without the Telerik PivotGrid component. |
6161

6262
>note If you use a trial license, the private package names have a `.Trial` suffix, for example, `Telerik.UI.for.Blazor.Trial`.
6363

0 commit comments

Comments
 (0)