Skip to content

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

@alestoya

Description

@alestoya

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>)
)

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions