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).
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/
i done somthing like this (without redux-form), I have one issue of lost focus after data return from the reducer