I'm looking to conditionally set the background color of a row, much like this example for jQuery: https://docs.telerik.com/kendo-ui/controls/data-management/grid/how-to/Layout/style-rows-cells-based-on-data-item-values
This can be achieved with the "rowRender" prop (https://www.telerik.com/kendo-react-ui/components/grid/api/GridProps/#toc-rowrender) which was recently released. This is used in the in-cell editing example so for a reference you can see how this prop is used in this demo: https://www.telerik.com/kendo-react-ui/components/grid/editing/editing-in-cell/