Skip to content

Commit

Permalink
chore(pivotgrid): skip repl in all samples
Browse files Browse the repository at this point in the history
  • Loading branch information
ntacheva authored and dimodi committed Feb 19, 2024
1 parent 36b098d commit 062633e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/pivotgrid/data-binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ When bound to local data, the Pivot Grid requires its `Data` parameter to provid
>caption PivotGrid bound to Local data provider
<div class="skip-repl"></div>
````CSHTML
<TelerikPivotGrid Data="@PivotData">
<PivotGridColumns>
Expand Down
2 changes: 1 addition & 1 deletion components/pivotgrid/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ The PivotGrid is an integrated product that includes several Razor components:

>caption PivotGrid with configurator and local data
<div class="skip-repl"></div>
````CSHTML
<TelerikPivotGridContainer>
Expand Down Expand Up @@ -215,7 +216,6 @@ The Pivot Grid exposes methods for programmatic operation. To use them, define a
>caption Obtain reference to the PivotGrid instance and execute methods
<div class="skip-repl"></div>

````CSHTML
<TelerikPivotGrid @ref="@PivotGridRef" />
Expand Down
1 change: 1 addition & 0 deletions components/pivotgrid/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ All template components expose an optional `Context` parameter. Set it in scenar

>caption Using PivotGrid header and data cell templates
<div class="skip-repl"></div>
````CSHTML
<TelerikPivotGrid Data="@PivotData">
<ColumnHeaderTemplate>
Expand Down

0 comments on commit 062633e

Please sign in to comment.