Declined
Last Updated: 18 Jul 2023 15:40 by ADMIN
Chris
Created on: 04 May 2021 17:10
Category: Kendo UI for Angular
Type: Feature Request
0
Templates for all components

Currently ng-templates can only be added as tags inside a Kendo component's html tag.  This forces the developer to use the template feature of an Angular Component.

This limits the flexibility of what you can do for any of these components and forces developers to make them stand alone Angular Components if they need to be used in their code.  This is overkill in a lot of instances and while it works great in all the examples it is not practical in every real world situation.  Especially if there is a lot of supporting HTML involved.

I have seen several other developers looking for a way to define a template outside of a component for reuse or due to some other dynamic interaction that is required.  I believe this is needed throughout the Kendo library.

2 comments
ADMIN
Martin
Posted on: 18 Jul 2023 15:40

Hello Chris,

We are declining this request due to low interest and demand. If it turns out to be popular in the future, we will reconsider the status. 

Regards,
Martin
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources
Chris
Posted on: 04 May 2021 17:13
Forgot to add this into my description but we were/are able to do this in the jQuery versions of the widgets.  We should be able to do that now as well.