Completed
Last Updated: 21 May 2018 13:51 by ADMIN
Imported User
Created on: 12 Mar 2018 11:21
Category: KendoReact
Type: Feature Request
10
Possibility to integrate inline edit in Kendo UI Grid for React with redux-form or final-form
Please, add a possibility to integrate inline edit in Kendo UI Grid for React (@progress/kendo-react-grid, 0.3.0) with ReduxForm (https://github.com/erikras/redux-form) and/or FinalForm (https://github.com/final-form/react-final-form) which will make easier work on validating data and more uniform code style for form validation (as packages mentioned above are the de facto standard in working with forms in React-Redux applications).
2 comments
ADMIN
Carl
Posted on: 21 May 2018 13:51
Hey everyone!

We added several examples to help with this kind of integration.

Grid with Redux Form integration: https://www.telerik.com/kendo-react-ui/components/grid/editing/editing-redux-form/

React Final Form integration: https://www.telerik.com/kendo-react-ui/components/integration/react-final-form-integration/
guy
Posted on: 16 May 2018 11:29
i done somthing like this (without redux-form), I have one issue of lost focus after data return from the reducer