diff --git a/blazor/pivot-table/getting-started-with-server-app.md b/blazor/pivot-table/getting-started-with-server-app.md index 9e751c498d..5eb58b4641 100644 --- a/blazor/pivot-table/getting-started-with-server-app.md +++ b/blazor/pivot-table/getting-started-with-server-app.md @@ -192,12 +192,22 @@ To include the Syncfusion® Blazor Pivot Tab N> If your app uses global interactivity with the **Server** render mode, this is configured by default in the **App.razor** file. -```razor +{% tabs %} +{% highlight razor %} + @* Specify the render mode for the page *@ @rendermode InteractiveServer +{% endhighlight %} +{% endtabs %} + +{% tabs %} +{% highlight razor %} + -``` + +{% endhighlight %} +{% endtabs %} ## Assigning sample data to the Blazor pivot table