Open Closed

How to use Telerik KendoUI components in ABP project? #173


User avatar
1
alper created
Support Team Director

Followed the KendoUI documents (getting started and deferred-initialization)

  • Added Telerik.UI.for.AspNet.Core.Trial NuGet package.

  • Added tag helpers of KendoUI: _ViewImports.cshtml.

  • Called context.Services.AddKendo(); in the ConfigureServices of the web module.

  • Creates view components (for script and style imports) and added to the layout via ABP Layout hook system.

  • Used the .Deferred() as explained in its documentation. In this way, I make the component scripts rendering at the end of the page, instead of inline.

See the commit => https://github.com/abpframework/abp/commit/ec3ff48ef0e47432bccc1e11f87b0d026cf2f8be


No answer yet!
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.3.0-preview. Updated on April 11, 2025, 10:10