New to KendoReact? Start a free 30-day trial
Redux Form
You can edit the data of the KendoReact components by using an external Redux Form.
Currently, the Redux Form accepts only standard
input
DOM elements as editors because thechange
event is added later on. As a result, the Redux Form is prevented from placing third-party inputs such as, for example, the KendoReact NumericTextBox or DatePicker.
The following example demonstrates how to bind the Grid and the Form to a Redux store and handle the data validation. To access all demo files, refer to the tree pane of the file. To download the project, refer to this GitHub repository.