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 0ac2aacf43..a06211dbca 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