New to KendoReact? Start a free 30-day trial
Create a Grid with Grouping and a Custom Cell
Environment
Product Version | 8.3.0 |
Product | Progress® KendoReact Grid |
Description
How to make a KendoReact Grid that combines custom data cells and grouping.
Solution
To enable custom data cells in a Grid that uses grouping, utilize the Column's cells
property. The cells
property lets you specify which cells to customize so you can apply the customizations only to the data cells.
Unlike cells
, the cell
property is applied to all cells in the column, not just the data cells. This could lead to various issues, for example, losing cell stylization, decreasing code readability and making it prone to other bugs.
The following example demonstrates how to use the cells
property to set custom stylization to the data cells and enable grouping:
Change Theme
Theme
Loading ...