New to KendoReact? Start a free 30-day trial
getGridSelectedRows
getGridSelectedRowsPremium
Maps the Grid selectedState to a more general DataRows type to be displayed in the Chart Wizard.
The selectedKeys can be either row keys or cell keys.
Parameters
args
{ data: any[]; dataItemKey: string; grid: "null" | GridHandle; selectedState: {[id: string]: boolean | number[]}; }
Returns
DataRow[]
DataRow array that can be passed to getWizardDataFromDataRows in order to bind the Chart Wizard.