Open Closed

Telerik components Kendo UI #7998


User avatar
0
rwright-ruhealth created
  • ABP Framework version: vX8.3.1

  • UI Type: MV) Oracle, MySQL, PostgreSQL, etc..) / MongoDB

  • Tiered (for MVC) or Auth Server Separated (for Angular): Tiered

  • Exception message and full stack trace:

  • Steps to reproduce the issue:

create an abp project using ABP Studio Tiered
Create a Telerik App as found in the ABP Framework Example site on Github.
Add your npm telerik packages for kendo-ui, etc.
configure your BundleContributor / KendoScriptContributor
Use the page example and the KendoViewComponent.
Add the currency control to a page using Keno TagHelpers kendo-numerictextbox as in the example
Should work and display the kendo control.
Problem: Typically, I defer the control so that the page source does not become littered with Kendo's script tags.

By having jQuery in the head, this seems unavoidable.
Is there anyway to have Kendo controls render deferred without moving jquery from the head tag?
When deferred=true is set in the kendo-numeric tag helper, it fails to render a kendo control.
I would like to position the kendo scripts before the jquery script in the head. Is this possible via the BundleContributor or another method?

Thanks in advance.


5 Answer(s)
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.2.0-preview. Updated on March 13, 2025, 04:08