kendo-vue/knowledge-base/merge-rows-in-grid.md

910 B

title description type page_title slug tags res_type category
Merge Rows in the Grid An example on how to merge rows in the Kendo UI for Vue Native Grid. how-to Merge Rows in the Grid - Kendo UI for Vue Native Grid merge-row-in-the-grid grid, rows, merge, kendovue kb knowledge-base

Environment

Product Version 2.3.0
Product Progress® Kendo UI for Vue Native

Description

How can I merge rows in the Kendo UI for Vue Native Grid?

Solution

Use a cellRender and add rowSpan to the cells that need it.

{% meta id:index height:760 %} {% embed_file merge-rows-in-grid/main.vue preview %} {% embed_file merge-rows-in-grid/main.js preview %} {% embed_file shared/products.json %} {% endmeta %}