From a2e66ecec67371f6a4ff4f9d5a25d056ca3b1886 Mon Sep 17 00:00:00 2001 From: Asha Bhaskaran Date: Thu, 3 Jul 2025 11:38:29 +0530 Subject: [PATCH] multiple tag --- .../pivot-table/EJ2_ASP.NETCORE/state-persistence.md | 2 +- ej2-asp-core-mvc/stock-chart/EJ2_ASP.NETCORE/range-selector.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ej2-asp-core-mvc/pivot-table/EJ2_ASP.NETCORE/state-persistence.md b/ej2-asp-core-mvc/pivot-table/EJ2_ASP.NETCORE/state-persistence.md index 18fde7c257..88f9e11cf6 100644 --- a/ej2-asp-core-mvc/pivot-table/EJ2_ASP.NETCORE/state-persistence.md +++ b/ej2-asp-core-mvc/pivot-table/EJ2_ASP.NETCORE/state-persistence.md @@ -38,7 +38,7 @@ State persistence allows user to maintain the current state of the component alo -# Save and Load Pivot Layout +## Save and Load Pivot Layout You can save the current layout of the pivot table by using `getPersistData` in string format. The saved layout can be loaded to pivot table any time by passing the saved data as a parameter to `loadPersistData` method in the [`ejs-pivotview`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.PivotView.PivotView.html). diff --git a/ej2-asp-core-mvc/stock-chart/EJ2_ASP.NETCORE/range-selector.md b/ej2-asp-core-mvc/stock-chart/EJ2_ASP.NETCORE/range-selector.md index 6716943199..a7e18745b2 100644 --- a/ej2-asp-core-mvc/stock-chart/EJ2_ASP.NETCORE/range-selector.md +++ b/ej2-asp-core-mvc/stock-chart/EJ2_ASP.NETCORE/range-selector.md @@ -13,7 +13,7 @@ documentation: ug The period selector allows to select a range with specified periods. By default the period selector is enabled in stock chart. -# Selecting Range +## Selecting Range The left and right thumb of RangeNavigator are used to indicate the selected range in the large collection of data. Following are the ways you can select a range.