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

ChartWizardGridBindingDirective

Binds the Chart Wizard to the selection state of the Grid (see example).

typescript
<kendo-grid
  [kendoGridBinding]="data"
  [kendoGridSelectBy]="'id'"
  kendoChartWizardGridBinding
  [(chartWizardData)]="wizardData">
</kendo-grid>

Selector

[kendoChartWizardGridBinding]

Export Name

Accessible in templates as #kendoChartWizardGridBindingInstance="kendoChartWizardGridBinding"

Inputs

NameTypeDefaultDescription

chartWizardData

ChartWizardDataRow[]

[]

Stores the Chart Wizard data.

Events

NameTypeDescription

chartWizardDataChange

EventEmitter<ChartWizardDataRow[]>

Emits when the chartWizardData collection updates.

Methods

onSelectionChange

Parameters

selectedKeys

any[]

In this article
SelectorExport NameInputsEventsMethods
Not finding the help you need?
Contact Support