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

DialItemClickEvent

Arguments for the click event of a dial item (see example).

typescript
function onDialItemClick(event: DialItemClickEvent): void {
    console.log(event.item, event.index);
}
NameTypeDefaultDescription

index

number

The index of the clicked dial item in the dialItems collection.

item

any

The clicked dial item.

Not finding the help you need?
Contact Support