UNPKG

@progress/kendo-grid-react-wrapper

Version:

Kendo UI Grid wrapper for React

22 lines (15 loc) 1.17 kB
--- title: Using Redux page_title: React Grid Wrapper Data Binding - Using Redux - Kendo UI description: "Get started with the Grid wrapper for React by Kendo UI which supports data binding by using the Redux pattern." slug: reduxbinding_grid position: 1 --- # Using Redux To bind the Kendo UI Grid wrapper for React to data, you can also use the Redux pattern. The following example demonstrates how to bind the Grid component by using [Redux](https://redux.js.org/docs/basics/UsageWithReact.html). To access all files that are used in the demo, refer to the file tree pane. To download the project, refer to [this GitHub](https://github.com/telerik/react-redux-grid) repository. <iframe src="https://stackblitz.com/edit/kendo-react-redux?embed=1&amp;file=index.js&amp;hideNavigation=1&amp;view=preview" frameborder="0" width="100%" height="800"></iframe> ## Suggested Links * [React Redux Sample Application](https://github.com/telerik/react-redux-wrappers-dashboard) * [Kendo UI Grid for jQuery](https://docs.telerik.com/kendo-ui/controls/data-management/grid/overview) * [API Reference of the Grid Widget](https://docs.telerik.com/kendo-ui/api/javascript/ui/grid)