New to Kendo UI for Angular? Start a free 30-day trial
getWizardDataFromGridSelection
Maps the Grid selectedKeys to data to be displayed in the Chart Wizard.
Supports both row and cell selection.
Parameters
args
{ columnKey?: (column: any, columnIndex: number) => any; data: any[]; grid: GridComponent; selectedKeys: any[]; selectionKey?: string; }
Returns
collection that can be used as Chart Wizard.