New to Kendo UI for AngularStart a free 30-day trial

PopupSettings

Used for configuring the options of the popup container.

ts
@Component({
selector: 'my-app',
template: `
 <kendo-datepicker [popupSettings]="{ animate: false }">
 </kendo-datepicker>
`
})
export class AppComponent {
}
NameTypeDefaultDescription

animate?

boolean

Controls the popup animation. By default, the open and close animations are enabled.

appendTo?

"root" | ViewContainerRef | "component"

Controls the popup container. By default, the popup will be appended to the root component.

popupClass?

string

Specifies a list of CSS classes that are used for styling the popup.

Not finding the help you need?
Contact Support