New to KendoReactStart a free 30-day trial

GridNoRecords

Component

Represents the GridNoRecords component. The component is rendered when the data property of the Grid is empty or null.

A Functional Component.

Definition

Package:@progress/kendo-react-grid

Syntax:

jsx
const App = () => {
    return (
        <Grid data={[]}>
            <GridNoRecords>There is no data available</GridNoRecords>
            <GridColumn field="id" />
            <GridColumn field="name" />
        </Grid>
    );
};

export default App;

Properties

The props of the GridNoRecords component.

In this article
DefinitionPropertiesdisplayNameprops
Not finding the help you need?
Contact Support