Skip to content
Merged
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
6 changes: 3 additions & 3 deletions ai/copilot-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ position: 10

The Telerik Blazor [GitHub Copilot](https://github.com/features/copilot) extension provides proprietary context for the [Telerik UI for Blazor components](https://www.telerik.com/blazor-ui). The extension works as a Blazor AI code generator and can help you reach new levels of developer productivity. You can get useful tips and generate tailored code snippets that include Telerik UI for Blazor components and API.

> [Microsoft is sunsetting GitHub Copilot extensions](https://github.blog/changelog/2025-09-24-deprecate-github-copilot-extensions-github-apps) on November 10, 2025, in favor of the Model Context Protocol (MCP) standard.
> [Microsoft sunset GitHub Copilot extensions](https://github.blog/changelog/2025-09-24-deprecate-github-copilot-extensions-github-apps) on November 10, 2025, in favor of the Model Context Protocol (MCP) standard.
>
> From that date, the Telerik and Kendo UI AI Coding Assistants will be available exclusively through our [MCP servers](slug:ai-mcp-server). You can enjoy the same powerful capabilities that are delivered by a modern, open, and officially recommended standard.
> The Telerik and Kendo UI AI Coding Assistants are available exclusively through our [MCP servers](slug:ai-mcp-server). You can enjoy the same powerful capabilities that are delivered by a modern, open, and officially recommended standard.

## Prerequisites

Expand All @@ -25,7 +25,7 @@ To use the Telerik GitHub Copilot extension for Blazor, you need to have:
* A [Telerik user account](https://www.telerik.com/account/).
* An active [DevCraft or Telerik UI for Blazor license](https://www.telerik.com/purchase/blazor-ui) or a [Telerik UI for Blazor trial](https://www.telerik.com/blazor-ui).
* A [Blazor application that includes Telerik UI for Blazor](slug:blazor-overview#getting-started).
* Using the latest version of your [Copilot-enabled app](https://docs.github.com/en/copilot/building-copilot-extensions/about-building-copilot-extensions#supported-clients-and-ides) is recommended (for example, Visual Studio or VS Code).
* Using the latest version of your Copilot-enabled app is recommended (for example, Visual Studio or VS Code).

Check [AI Coding Assistant Overview](slug:ai-overview) for more recommendations and usage information.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ ticketid: 1686792
<td>Product</td>
<td>Dialog for Blazor</td>
</tr>
<tr>
<td>Version</td>
<td>7.1.0 and earlier</td>
</tr>
</tbody>
</table>

Expand Down Expand Up @@ -147,7 +151,6 @@ function bringDialogToTop() {

## See Also

- [Dialog Overview](https://www.telerik.com/blazor-ui/documentation/components/dialog/overview)
- [VisibleChanged Event](https://www.telerik.com/blazor-ui/documentation/components/dialog/events#visiblechanged)
- [Feature Request: Dialog Behind Modal Window](https://feedback.telerik.com/blazor/1675962-telerik-dialog-shows-behind-modal-window-after-second-opening)
- [Predefined Dialogs](https://www.telerik.com/blazor-ui/documentation/components/dialogfactory/overview)
- [Dialog Overview](slug:dialog-overview)
- [VisibleChanged Event](slug:dialog-events#visiblechanged)
- [Predefined Dialogs](slug:dialog-predefined)