New to KendoReact? Start a free 30-day trial
getWizardDataFromGridSelection
getWizardDataFromGridSelectionPremium
Maps the Grid selectedState to data you can display in the Chart Wizard.
Supports both row and cell selection.
Parameters
args
{ data: any[]; dataItemKey: string; grid: "null" | GridHandle; selectedState: {[id: string]: boolean | number[]}; }
Returns
A collection that you can use as Chart Wizard data.