New to Kendo UI for Angular? Start a free 30-day trial
getGridSelectedRows
Maps the Grid selectedKeys
to a general DataRows
type for the Chart Wizard.
The selectedKeys
can be row keys or cell keys.
Parameters
args
{ columnKey?: (column: any, columnIndex: number) => any; data: any[]; grid: GridComponent; selectedKeys: any[]; selectionKey?: string; }
Returns
DataRow[]
Returns a `DataRow[]` that you can pass to `getWizardDataFromDataRows` to bind the Chart Wizard.