getGridSelectedRows
Function
Definition
Package:@progress/kendo-react-chart-wizard
Maps the Grid selectedState to a more general DataRows type you can display in the Chart Wizard.
The selectedKeys can be either row keys or cell keys.
Parameters:args{ grid: null | GridHandle; data: any[]; selectedState: { [id: string]: boolean | number[] }; dataItemKey: string }Returns:
DataRow[]
DataRow array that you can pass to getWizardDataFromDataRows to bind the Chart Wizard.