New to KendoReact? Learn about KendoReact Free.
StatusDataArgs
Represents the arguments of the getStatusData function.
type
StatusDataArgs = Pick<GridSelectionChangeEvent> | Pick<GridSelectionChangeEvent> intersected with { dataItemKey: undefined; };