New to Kendo UI for Angular? Start 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
Name | Type | Default | Description |
---|---|---|---|
chartWizardData |
|
|
Stores the Chart Wizard data. |
Events
Name | Type | Description |
---|---|---|
chartWizardDataChange |
|
Emits when the |
Methods
onSelectionChange | ||||||
---|---|---|---|---|---|---|
|