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 delegate overloads for the Dialog's Content configuration #8080

Closed
alestoya opened this issue Dec 20, 2024 · 0 comments
Closed

Expose delegate overloads for the Dialog's Content configuration #8080

alestoya opened this issue Dec 20, 2024 · 0 comments
Assignees
Labels
C: Dialog FP: Completed Sync status with associated Feedback Item Next Release Item that will be included in the next official release S: Wrappers (ASP.NET Core) S: Wrappers (ASP.NET MVC)
Milestone

Comments

@alestoya
Copy link

Enhancement

Expose delegate overloads for the Dialog's Content() configuration

Overview

Currently, the Dialog does not allow setting delegate overloads, unlike its more feature-rich flavored Window counterpart.

E.g:

@(Html.Kendo().Dialog()
    .Name("dialog")
    .Content(@<text>
        <h3>Some Content</h3>
    </text>)
)
@alestoya alestoya added this to the 2025 Q1 (Feb) milestone Dec 20, 2024
@alestoya alestoya self-assigned this Dec 20, 2024
@github-actions github-actions bot added the FP: Planned Sync status with associated Feedback Item label Dec 20, 2024
@alestoya alestoya closed this as completed Jan 7, 2025
@github-actions github-actions bot added FP: Completed Sync status with associated Feedback Item and removed FP: Planned Sync status with associated Feedback Item labels Jan 7, 2025
@alestoya alestoya added the Next Release Item that will be included in the next official release label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Dialog FP: Completed Sync status with associated Feedback Item Next Release Item that will be included in the next official release S: Wrappers (ASP.NET Core) S: Wrappers (ASP.NET MVC)
Projects
None yet
Development

No branches or pull requests

1 participant