getGridSelectedRows
Function
Definition
Package:@progress/kendo-angular-chart-wizard
Maps the Grid selectedKeys to a general DataRows type for the Chart Wizard.
The selectedKeys can be row keys or cell keys.
Parameters:args{ grid: GridComponent; data: any[]; selectedKeys: any[]; selectionKey?: string; columnKey?: (column: any, columnIndex: number) => any }Returns:
DataRow[]
Returns a DataRow[] that you can pass to getWizardDataFromDataRows to bind the Chart Wizard.