Gathering detailed insights and metrics for @progress/kendo-react-grid
Gathering detailed insights and metrics for @progress/kendo-react-grid
Gathering detailed insights and metrics for @progress/kendo-react-grid
Gathering detailed insights and metrics for @progress/kendo-react-grid
@progress/kendo-react-layout
React Layout components enable you to create a perceptive and intuitive layout of web projects. KendoReact Layout package
@progress/kendo-react-pivotgrid
React PivotGrid (also called Pivot Table) can be data-bound to an OLAP service and customized extensively. KendoReact PivotGrid package
@progress/kendo-react-chart-wizard
React Chart Wizard lets you create a chart using data from a Grid, another data-bound component, or an external source
@progress/kendo-grid-react-wrapper
Kendo UI Grid wrapper for React
Issue tracker - KendoReact http://www.telerik.com/kendo-react-ui/
npm install @progress/kendo-react-grid
Typescript
Module System
Node Version
NPM Version
HTML (63.06%)
Shell (34.76%)
CSS (2.19%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
226 Stars
1,260 Commits
52 Forks
38 Watchers
44 Branches
62 Contributors
Updated on Jun 29, 2025
Latest Version
11.2.0
Package Id
@progress/kendo-react-grid@11.2.0
Unpacked Size
1.27 MB
Size
279.83 kB
File Count
301
NPM Version
10.8.1
Node Version
22.16.0
Published on
Jul 01, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
20
Important
- This package is а part of KendoReact—an enterprise-grade UI library with 120+ free and premium components.
- This is a free React Data Grid (Table) component with premium features. To use the premium features of the KendoReact Data Grid (Table), you will need to purchase a license or register for a free trial. You can use the free features even in production, no sign-up or license required.
- If you're looking for more free React components, check out Get Started with KendoReact Free.
- If you have an active license, visit the KendoReact My License page to learn how to configure your KendoReact licensing.
- Installing and working with this package indicates that you accept the KendoReact License Agreement.
- The 30-day free trial gives you access to all KendoReact components and their full functionality. Additionally, for the period of your trial, you can use our legendary technical support provided directly by the KendoReact dev team!
The React Data Grid (Table), part of KendoReact, provides 100+ ready-to-use free and premium data grid features covering everything from paging, sorting, filtering, editing, and grouping to row and column virtualization, export to PDF and Excel.
How to start:
1npm i @progress/kendo-react-grid
This is a free React component with premium features such as RSC mode, server-side capabilities, advanced filtering and grouping, and others. The free feature set does not require any sign-up or license. The premium features require a commercial license or an active trial license.
The KendoReact Grid component is built on React from the ground up by developers with 19+ years of experience in making enterprise-ready components. This results in a React data grid that delivers lightning fast performance and is highly customizable.
The Grid is fully accessible and delivers support for WCAG 2.1, Section 508, and WAI-ARIA a11y standards.
Among the many features which the KendoReact Data Grid delivers are:
How to use the Data Grid component in your apps:
1import { Grid, GridColumn } from '@progress/kendo-react-grid'; 2... 3/** 4* Provide the data to populate the grid. 5*/ 6<Grid data={data}> 7 <GridColumn field="DataField1" /> 8 /** 9 * Provide as many columns as needed. Every field must match an existing field in your data. 10 */ 11</Grid>
For any issues you might encounter while working with the KendoReact Grid, use any of the available support channels:
High-level component overview page:
Copyright © 2024 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries.
No vulnerabilities found.
Reason
30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10
Reason
all changesets reviewed
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
branch protection is not maximal on development and all release branches
Details
Reason
dependency not pinned by hash detected -- score normalized to 4
Details
Reason
6 existing vulnerabilities detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More