Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose Template Component integration for Buttons Template in Form #7793

Closed
alestoya opened this issue Apr 5, 2024 · 0 comments
Closed

Expose Template Component integration for Buttons Template in Form #7793

alestoya opened this issue Apr 5, 2024 · 0 comments
Assignees
Labels
Milestone

Comments

@alestoya
Copy link

alestoya commented Apr 5, 2024

Overview

Currently, the Telerik UI for ASP.NET Core Form wrappers does not expose an overload for passing Template Component via the ButtonsTemplate API configuration. In comparison to its ASP.NET MVC counterpart. E.g:

** HtmlHelper **
@(Html.Kendo().Form()
        .Name("form")
        .ButtonsTemplate(Html.Kendo().Template().AddHtml("<button>Submit</button>"))
)

** TagHelper **
<kendo-form name="formExample" action="Index" method="POST">
    <buttons-template>
        <kendo-button name="test">
            Some Test
        </kendo-button>
    </buttons-template>
</kendo-form>

It would be beneficial if the configuration accepts a Template Component overload similar to the ButtonsTemplate API in the MVC wrappers.

Current behavior

The Form Core wrappers do not expose a Template component option for the Buttons Template.

Expected/desired behavior

The Form Core wrappers should expose a Template component option for the Buttons Template.

Environment

  • Kendo UI version: 2024.1.319
  • Browser: [all]
@alestoya alestoya self-assigned this Apr 5, 2024
@github-actions github-actions bot added the FP: Unplanned Sync status with associated Feedback Item label Apr 5, 2024
@alestoya alestoya added this to the 2024 Q2 (May) milestone Apr 5, 2024
@github-actions github-actions bot added FP: Planned Sync status with associated Feedback Item and removed FP: Unplanned Sync status with associated Feedback Item labels Apr 5, 2024
@alestoya alestoya changed the title Expose Template Component overload for Buttons Template in Form Expose Template Component integration for Buttons Template in Form Apr 5, 2024
@alestoya alestoya added FP: In Development Sync status with associated Feedback Item and removed FP: Planned Sync status with associated Feedback Item labels Apr 5, 2024
@github-actions github-actions bot added FP: Completed Sync status with associated Feedback Item and removed FP: In Development Sync status with associated Feedback Item labels Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants