Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blazor/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion blazor/datagrid/global-local.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" %}
Expand Down
2 changes: 1 addition & 1 deletion blazor/datagrid/webassembly-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,6 @@ public class OrderData

The Syncfusion<sup style="font-size:70%">&reg;</sup> 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.
4 changes: 2 additions & 2 deletions blazor/nuget-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ The Blazor Diagram component is a high-speed, robust library for crafting, editi
<ul>
<li><a href="https://blazor.syncfusion.com/documentation/diagram/getting-started-with-web-app">Diagram</a></li>
<li><a href="https://blazor.syncfusion.com/documentation/diagram/overview">Overview Panel</a></li>
<li><a href="https://blazor.syncfusion.com/documentation/diagram/symbol-palette">Symbol Palette</a></li>
<li><a href="https://blazor.syncfusion.com/documentation/diagram/symbol-palette/symbol-palette">Symbol Palette</a></li>
</ul>
</td>
<td>
Expand Down Expand Up @@ -1289,7 +1289,7 @@ A package of Blazor navigation components such as Accordion, Context Menu, Tabs,
<li><a href="https://blazor.syncfusion.com/documentation/stepper/getting-started-webapp">Stepper</a></li>
<li><a href="https://blazor.syncfusion.com/documentation/tabs/getting-started-webapp">Tabs</a></li>
<li><a href="https://blazor.syncfusion.com/documentation/toolbar/getting-started-webapp">Toolbar</a></li>
<li><a href="https://blazor.syncfusion.com/documentation/treeview">TreeView</a></li>
<li><a href="https://blazor.syncfusion.com/documentation/treeview/getting-started-webapp">TreeView</a></li>
<li><a href="https://blazor.syncfusion.com/documentation/pager/getting-started-webapp">Pager</a></li>
</ul>
</td>
Expand Down
2 changes: 1 addition & 1 deletion blazor/toolbar/item-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down