New to Kendo UI for Angular? Start a free 30-day trial

Title

The Dialog provides options for displaying a title and customizing its behavior.

To set a title to the Dialog, use its title property.

@Component({
    selector: 'my-app',
    template: `
      <kendo-dialog title="Awesome title goes here">
      </kendo-dialog>
    `
})
class AppComponent { }

To customize the title by adding arbitrary components, nest them inside <kendo-dialog-titlebar>.

Example
View Source
Change Theme:

If title is not specified, the Dialog will not display a title.

Example
View Source
Change Theme:

In this article

Not finding the help you need?