In the link here: https://www.telerik.com/blogs/how-to-get-the-best-grid-performance
The following is suggested under the "Use Editors or Widgets in Cells Wisely" section:
"At this point we decide to prevent the rebinding of the Grid after each change by removing the two-way binding and by changing the dataItem values manually (changing the properties without using the “set” method and setting the dirty property to true). Great, now we can edit multiple records without re-rendering the Grid"
This obviously refers to the Jquery Kendo Grid.
How would one achieve the same thing using the React Wrapper?