New to Kendo UI for Vue? Start a free 30-day trial
Merge Rows in the Grid
Updated on Sep 9, 2026
Environment
| Product Version | 2.3.0 |
| Product | Progress® Kendo UI for Vue |
Description
How can I merge rows in the Kendo UI for Vue Grid?
Solution
Use a cellRender and add rowSpan to the cells that need it.
Loading ...