From b114bf70637c6d0001a412bc5405144026d53c2a Mon Sep 17 00:00:00 2001 From: mercy-orejo Date: Mon, 27 Oct 2025 18:38:35 +0300 Subject: [PATCH] 210705-SEO-Spider-Blazor-Domain-Site-Redirect-Error-Chain-Reports-3 --- blazor/accessibility.md | 2 +- blazor/datagrid/global-local.md | 2 +- blazor/datagrid/webassembly-performance.md | 2 +- blazor/nuget-packages.md | 4 ++-- blazor/toolbar/item-configuration.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/blazor/accessibility.md b/blazor/accessibility.md index 8d2bbead0d..6c0499222a 100644 --- a/blazor/accessibility.md +++ b/blazor/accessibility.md @@ -22,7 +22,7 @@ Keyboard navigation support enables users to interact with controls using keyboa * [Combobox](./combobox/accessibility) * [DatePicker](./datepicker/accessibility) * [Dialog](./dialog/accessibility) -* [DropDownList](./drop-down-list/accessibility) +* [DropDownList](./dropdown-list/getting-started) * [Grid](./datagrid/accessibility) * [LinearGauge](./linear-gauge/accessibility) * [ListView](./listview/accessibility) diff --git a/blazor/datagrid/global-local.md b/blazor/datagrid/global-local.md index 747460bb9a..09e17847e7 100644 --- a/blazor/datagrid/global-local.md +++ b/blazor/datagrid/global-local.md @@ -506,7 +506,7 @@ builder.Services.AddSingleton(typeof(ISyncfusionStringLocalizer), typeof(Syncfus **Step 4: Enable or disable RTL mode using toggle Switch** -The [EJ2 Toggle Switch Button](https://blazor.syncfusion.com/documentation/toggle-switch-button) is added to enable or disable the Right-to-Left (RTL) feature for the Arabic (ar-AE) locale. When the switch is toggled, the [ValueChange](http://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Buttons.SfSwitch-1.html#Syncfusion_Blazor_Buttons_SfSwitch_1_ValueChange) event is triggered, and the [EnableRtl](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.SfGrid-1.html#Syncfusion_Blazor_Grids_SfGrid_1_EnableRtl) property of the Grid is updated accordingly. +The [EJ2 Toggle Switch Button](https://blazor.syncfusion.com/documentation/toggle-switch-button/getting-started-webapp) is added to enable or disable the Right-to-Left (RTL) feature for the Arabic (ar-AE) locale. When the switch is toggled, the [ValueChange](http://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Buttons.SfSwitch-1.html#Syncfusion_Blazor_Buttons_SfSwitch_1_ValueChange) event is triggered, and the [EnableRtl](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.SfGrid-1.html#Syncfusion_Blazor_Grids_SfGrid_1_EnableRtl) property of the Grid is updated accordingly. {% tabs %} {% highlight razor tabtitle="Counter.razor" %} diff --git a/blazor/datagrid/webassembly-performance.md b/blazor/datagrid/webassembly-performance.md index 8ea5f39442..d87e5e3ad6 100644 --- a/blazor/datagrid/webassembly-performance.md +++ b/blazor/datagrid/webassembly-performance.md @@ -215,6 +215,6 @@ public class OrderData The Syncfusion® Blazor DataGrid renders each row and cell as individual component and loading large number of rows and cells in view will have performance impact on both memory consumption and CPU processing. -To use Grid without such performance impacts, you can load reduced set of rows in the Grid using [Paging](./paging) and [Virtualization](./virtualization) features. +To use Grid without such performance impacts, you can load reduced set of rows in the Grid using [Paging](./paging) and [Virtualization](./virtual-scrolling) features. N> Even though with `Paging` or `Virtualization` feature enabled, having hundreds of rows in single Grid page will again introduce performance lag in the application, so you need to set reasonable page size. \ No newline at end of file diff --git a/blazor/nuget-packages.md b/blazor/nuget-packages.md index 65c6d686f5..dec280857d 100644 --- a/blazor/nuget-packages.md +++ b/blazor/nuget-packages.md @@ -602,7 +602,7 @@ The Blazor Diagram component is a high-speed, robust library for crafting, editi @@ -1289,7 +1289,7 @@ A package of Blazor navigation components such as Accordion, ContextMenu, Tabs,
  • Stepper
  • Tabs
  • Toolbar
  • -
  • TreeView
  • +
  • TreeView
  • Pager
  • diff --git a/blazor/toolbar/item-configuration.md b/blazor/toolbar/item-configuration.md index cce24dd449..1b339a290c 100644 --- a/blazor/toolbar/item-configuration.md +++ b/blazor/toolbar/item-configuration.md @@ -56,7 +56,7 @@ This property specifies the alignment of Toolbar items within the Toolbar. Each ![Aligning Blazor Toolbar Item](./images/blazor-toolbar-align-item.png) -To optimize the alignment of Toolbar items without using [Align](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Navigations.ToolbarItem.html#Syncfusion_Blazor_Navigations_ToolbarItem_Align) property, utilize the [Spacer](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Navigations.ToolbarItem.html#Syncfusion_Blazor_Navigations_ToolbarItem_Type) in toolbar. Refer [here](./align-items.md) to integrate spacer in Toolbar. +To optimize the alignment of Toolbar items without using [Align](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Navigations.ToolbarItem.html#Syncfusion_Blazor_Navigations_ToolbarItem_Align) property, utilize the [Spacer](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Navigations.ToolbarItem.html#Syncfusion_Blazor_Navigations_ToolbarItem_Type) in toolbar. Refer [here](./align-items-using-spacer) to integrate spacer in Toolbar. ## CssClass