Skip to content
6 changes: 3 additions & 3 deletions blazor/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ Keyboard navigation support enables users to interact with controls using keyboa
* [Calendar](./calendar/accessibility)
* [Chart](./chart/accessibility)
* [CircularGauge](./circular-gauge/accessibility)
* [Combobox](./combo-box/accessibility)
* [Combobox](./combobox/accessibility)
* [DatePicker](./datepicker/accessibility)
* [Dialog](./dialog/accessibility)
* [DropDownList](./drop-down-list/accessibility)
* [Grid](./grid/accessibility)
* [Grid](./datagrid/accessibility)
* [LinearGauge](./linear-gauge/accessibility)
* [ListView](./listview/accessibility)
* [NumericTextBox](./numerictextbox/accessibility)
* [NumericTextBox](./numeric-textbox/accessibility)
* [TimePicker](./timepicker/accessibility)
* [Toolbar](./toolbar/accessibility)
* [ToolTip](./tooltip/accessibility)
9 changes: 4 additions & 5 deletions blazor/ai-coding-assistants/mcp-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,10 @@ Below are setup instructions for popular MCP clients:

### Syncfusion<sup style="font-size:70%">&reg;</sup> Code Studio

* In [Code Studio](https://www.syncfusion.com/code-studio/), open MCP Marketplace and navigate to the `Custom Servers` tab.
* Enter the Server Name as `blazor-mcp`, choose Server Type as npm package, and set the NPM Package name to `@syncfusion/blazor-assistant`.
* Add an environment variable as `Syncfusion_API_Key` and value as your [Syncfusion API key](https://syncfusion.com/account/api-key), then click **Install Server**.
* Once installed, the server will appear in the User Installed Server list, and will be added to the **config.yaml** file.
* The server is now ready for use in Code Studio. For more details, refer to the [Code Studio documentation](https://help.syncfusion.com/code-studio/reference/configure-properties/mcp/customservers#npm-server).
* In [Code Studio](https://www.syncfusion.com/code-studio/), open MCP Marketplace, find `SyncfusionBlazorAssistant`, and click Install.
* When prompted, enter your [Syncfusion API key](https://syncfusion.com/account/api-key) and click Submit to register.
* It installs locally on your machine and appears in the Installed list.
* The server is now ready for use in Code Studio. For more details, refer to the [Code Studio documentation](https://help.syncfusion.com/code-studio/reference/configure-properties/mcp/marketplace).

### Visual Studio Code (GitHub Copilot MCP)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ N> For production purpose and minimal requirement, Syncfusion<sup style="font-si

## Breaking changes

Some changes have been modified in our Blazor samples for each release. So, we suggest you to ensure the breaking changes. Refer to this [release notes](https://blazor.syncfusion.com/documentation/release-notes/index/?type=breaking-changes) for our Blazor components.
Some changes have been modified in our Blazor samples for each release. So, we suggest you to ensure the breaking changes. Refer to this [release notes](https://blazor.syncfusion.com/documentation/release-notes/28.1.33?type=all) for our Blazor components.

## Cache problem

Expand Down
1 change: 0 additions & 1 deletion blazor/datagrid/data-binding/local-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -1852,5 +1852,4 @@ The following screenshot represents the Grid with **Observable Collection**.

## See also

* [How to import data from Excel sheet and bind to Blazor Grid](https://support.syncfusion.com/kb/article/11560/how-to-import-data-from-excel-sheet-and-bind-to-blazor-grid)
* [How to clear all Data from Grid](https://www.syncfusion.com/forums/150965/how-to-clear-all-data-from-grid)
3 changes: 0 additions & 3 deletions blazor/datagrid/filtering.md
Original file line number Diff line number Diff line change
Expand Up @@ -1653,6 +1653,3 @@ public enum FileType : short

{% previewsample "https://blazorplayground.syncfusion.com/embed/rNhTDiriFpkNhDml?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}.

## See also

* [How to Perform Multiple Value Filtering for Same Column in Grid](https://support.syncfusion.com/kb/article/10996/how-to-perform-multiple-value-filtering-for-same-column-in-grid?isInternalRefresh=False)
2 changes: 1 addition & 1 deletion blazor/diagram-classic/group.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ You can edit the group and its children at runtime. We able to interact the grou

## See Also

* [How to add annotations to the node](./labels)
* [How to add annotations to the node](./node-annotation)
* [How to add ports to the node](./ports)
* [How to enable/disable the behavior of the node](./constraints)
* [How to add nodes to the symbol palette](./symbol-palette)
Expand Down
2 changes: 1 addition & 1 deletion blazor/diagram-classic/nodes/positioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ The following code shows how to change the `Pivot` value.

The diagram Provides support to flip the node. [Flip](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagrams.DiagramNode.html#Syncfusion_Blazor_Diagrams_DiagramNode_Flip) is performed to give the mirrored image of the original element.

* [The Flip is also applicable for connectors](../connectors#flip)
* [The Flip is also applicable for connectors](./flip)

The flip types are as follows:

Expand Down
2 changes: 1 addition & 1 deletion blazor/diagram/connectors/connectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ A complete working sample can be downloaded from [GitHub](https://github.com/Syn

* [How to interact with the connector](./interactions)

* [How to change the segments](./segments)
* [How to change the segments](./segments/straight)

* [How to get the connector events](./events)

Expand Down
2 changes: 1 addition & 1 deletion blazor/diagram/connectors/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@ A complete working sample can be downloaded from [GitHub](https://github.com/Syn

* [How to interact with the connector](./interactions)

* [How to change the segments](./segments)
* [How to change the segments](./segments/straight)

* [How to get the connector events](./events)

Expand Down
2 changes: 1 addition & 1 deletion blazor/diagram/connectors/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,6 @@ A complete working sample can be downloaded from [GitHub](https://github.com/Syn

* [How to interact with the connector](./interactions)

* [How to change the segments](./segments)
* [How to change the segments](./segments/straight)

* [How to Connect Visio While Dropping Node in Existing Blazor Diagram](https://support.syncfusion.com/kb/article/11181/how-to-connect-visio-while-dropping-node-in-existing-blazor-diagram)
2 changes: 1 addition & 1 deletion blazor/diagram/connectors/interactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ For more information, refer to [Connector Flip](../flip#how-to-flip-the-connecto

* [How to customize the connector properties](./customization)

* [How to change the segments](./segments)
* [How to change the segments](./segments/straight)

* [How to get the connector events](./events)

Expand Down
2 changes: 0 additions & 2 deletions blazor/diagram/interaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -1084,8 +1084,6 @@ The following table illustrates those commands with the associated key values.

* [How to Make HTML Node Resizable but Not Draggable in Blazor Diagram](https://support.syncfusion.com/kb/article/18727/how-to-make-html-node-resizable-but-not-draggable-in-blazor-diagram)

* [How to Drag and Drop Node in a Layout in Blazor Diagram](https://support.syncfusion.com/kb/article/16307/how-to-drag-and-drop-node-in-a-layout-in-blazor-diagram)

* [How to Drag and Drop of Listbox Element into Blazor Diagram Control](https://support.syncfusion.com/kb/article/17895/how-to-drag-and-drop-of-listbox-element-into-blazor-diagram-control)

* [How to Create a Blazor Application for Dragging and Dropping Symbols from a Palette into Multiple Diagrams](https://support.syncfusion.com/kb/article/18717/how-to-create-a-blazor-application-for-dragging-and-dropping-symbols-from-a-palette-into-multiple-diagrams)
Expand Down
2 changes: 1 addition & 1 deletion blazor/diagram/symbol-palette/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -1496,4 +1496,4 @@ You can download a complete working sample from [GitHub](https://github.com/Sync

## See Also

* [How to add the symbol to the diagram](./nodes)
* [How to add the symbol to the diagram](./symbol-palette)
2 changes: 1 addition & 1 deletion blazor/diagram/symbol-palette/symbol-palette.md
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync

## See Also

* [How to add the symbol to the diagram](./nodes)
* [How to add the symbol to the diagram](./symbol-palette)

* [How to Add Image Node in Symbol Palette in Blazor](https://support.syncfusion.com/kb/article/10090/how-to-add-image-node-in-symbol-palette-in-blazor)
* [How to Add Custom HTML Nodes in Symbol Palette for Blazor Diagram](https://support.syncfusion.com/kb/article/18737/how-to-add-custom-html-nodes-in-symbol-palette-for-blazor-diagram)
Expand Down
4 changes: 2 additions & 2 deletions blazor/installation/mac-installer/how-to-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ After the installation, the license key is required to register the demo source

You can also find the steps for getting started with Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor components in Mac,

* Getting started with Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Components in [Blazor Server Side App](https://blazor.syncfusion.com/documentation/getting-started/blazor-server-side-mac/#getting-started-with-syncfusion-blazor-components-in-blazor-server-side-app-using-visual-studio-for-mac) using Visual Studio for Mac.
* Getting started with Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Components in [Web Assembly App](https://blazor.syncfusion.com/documentation/getting-started/blazor-webassembly-visual-studio-mac/) using Visual Studio for Mac.
* Getting started with Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Components in [Blazor Server Side App](https://blazor.syncfusion.com/documentation/getting-started/blazor-server-side-visual-studio) using Visual Studio for Mac.
* Getting started with Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Components in [Web Assembly App](https://blazor.syncfusion.com/documentation/getting-started/blazor-webassembly-app) using Visual Studio for Mac.
6 changes: 3 additions & 3 deletions blazor/nuget-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@ The layout package contains Splitter and Dashboard Layout components. The Blazor
</td>
<td>
<ul>
<li><a href="https://blazor.syncfusion.com/documentation/dashboard-layout">Dashboard Layout</a></li>
<li><a href="https://blazor.syncfusion.com/documentation/dashboard-layout/getting-started-with-web-app">Dashboard Layout</a></li>
<li><a href="https://blazor.syncfusion.com/documentation/splitter/getting-started-webapp">Splitter</a></li>
<li><a href="https://blazor.syncfusion.com/documentation/timeline/getting-started-webapp">Timeline</a></li>
</ul>
Expand Down Expand Up @@ -1282,7 +1282,7 @@ A package of Blazor navigation components such as Accordion, ContextMenu, Tabs,
<li><a href="https://blazor.syncfusion.com/documentation/accordion/getting-started-with-web-app">Accordion</a></li>
<li><a href="https://blazor.syncfusion.com/documentation/appbar/getting-started-with-web-app">AppBar</a></li>
<li><a href="https://blazor.syncfusion.com/documentation/breadcrumb/getting-started-with-web-app">Breadcrumb</a></li>
<li><a href="https://blazor.syncfusion.com/documentation/context-menu">ContextMenu</a></li>
<li><a href="https://blazor.syncfusion.com/documentation/context-menu/getting-started-with-web-app">ContextMenu</a></li>
<li><a href="https://blazor.syncfusion.com/documentation/dropdown-tree/getting-started-with-web-app">DropDown Tree</a></li>
<li><a href="https://blazor.syncfusion.com/documentation/menu-bar/getting-started-webapp">Menu Bar</a></li>
<li><a href="https://blazor.syncfusion.com/documentation/sidebar/getting-started-webapp">Sidebar</a></li>
Expand Down Expand Up @@ -1588,7 +1588,7 @@ A package of Blazor popup components Dialog and Tooltip are used to display info
</td>
<td>
<ul>
<li><a href="https://blazor.syncfusion.com/documentation/dialog">Dialog</a></li>
<li><a href="https://blazor.syncfusion.com/documentation/dialog/getting-started-with-web-app">Dialog</a></li>
<li><a href="https://blazor.syncfusion.com/documentation/predefined-dialogs/getting-started-webapp">Predefined Dialog</a></li>
<li><a href="https://blazor.syncfusion.com/documentation/tooltip/getting-started-webapp">Tooltip</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion blazor/pivot-table/olap.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ documentation: ug
## Getting Started


This section briefly explains about how to create a simple [Blazor Pivot Table](https://www.syncfusion.com/blazor-components/blazor-pivot-table) with OLAP data source. You can refer [Getting Started with Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor for Client-Side in Visual Studio 2022](https://blazor.syncfusion.com/documentation/getting-started) page for the introduction and for configuring the common specifications.
This section briefly explains about how to create a simple [Blazor Pivot Table](https://www.syncfusion.com/blazor-components/blazor-pivot-table) with OLAP data source. You can refer [Getting Started with Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor for Client-Side in Visual Studio 2022](https://blazor.syncfusion.com/documentation/getting-started/blazor-web-app) page for the introduction and for configuring the common specifications.

### Importing Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor component package in the application

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 @@ -395,7 +395,7 @@ The following code explains how to add `NumericTextBox`, `DropDownList`, `RadioB

### Spacer

N> Refer [Align Items Using Spacer](./align-items-using-spacer.md) to integrate the spacer in the Toolbar component.
N> Refer [Align Items Using Spacer](./align-items-using-spacer) to integrate the spacer in the Toolbar component.

## Visible

Expand Down