New to KendoReact? Start a free 30-day trial
getWizardDataFromGridSelection
getWizardDataFromGridSelectionPremium
Maps the Grid selectedState to data to be displayed 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
collection that can be used as Chart Wizard.