Completed
Last Updated: 09 Apr 2018 16:24 by ADMIN
ben
Created on: 20 Feb 2018 22:18
Category: KendoReact
Type: Feature Request
12
Grid - RowTemplate To Set Background Color of Row
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
1 comment
ADMIN
Carl
Posted on: 09 Apr 2018 16:24
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/