Skip to content

Commit a1fd47c

Browse files
chore(common): add link to jquery kendo in blazor KB
1 parent c35cce9 commit a1fd47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/jquery-kendo-in-blazor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ While migrating an application to Blazor, you may not have time to implement all
1717
We advise that you consider using only native Blazor components like the UI for Blazor suite, because this is how the framework is designed to operate. Widgets based on jQuery (such as Kendo UI) rely on direct DOM manipulation and this is something Blazor controls instead of you.
1818

1919
## Solution
20-
One approach may be to use an MVC Core 3 application so you can use Blazor components in it. Whether this is feasible depends on your project path and if/how you are migrating from an older project.
20+
One approach may be to [use Blazor components in an ASP.NET Core 3 application](https://www.telerik.com/blogs/integrating-blazor-components-with-asp-net-core-views). Whether this is feasible depends on your project path and if/how you are migrating from an older project.
2121

2222
Should you decide to use jQuery widgets from the Kendo UI suite, here are the things to keep in mind:
2323

0 commit comments

Comments
 (0)