cell merges in horizontal and vertical direction (datagrid/listview/...)

Grids for WPF Forum

Posted 6 months ago by k1122964
Version: 23.1.3
Avatar

Does actipro support something like this?

+---------+------+-----+----+----+----+
| Country | Name | Age | A1 | A2 | A3 |
+---------+------+-----+----+----+----+
|         | Lisa | 24  | 20 | 50 | 70 |
+         +------+-----+----+----+----+
| Danmark |  Per | 32  |      80      |
+         +------+-----+----+----+----+
|         | Hans | 33  | 30 | 51 | 22 |
+---------+------+-----+----+----+----+
| Germany | Mick | 22  |      66      |
+---------+------+-----+----+----+----+

Comments (1)

Posted 6 months ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Our "Grids" products (PropertyGrid, TreeListBox, and TreeListView) do not support cell merging.  Our DataGrid Contrib offering includes enhancements to the native WPF DataGrid, and native WPF DataGrid does not technically support cell merging that I can see.  I found a few articles that discuss using templates to emulate cell merging (like this one) in the native WPF DataGrid, but they appear cumbersome and probably do not support the combined horizontal and vertical merging you are seeking.


Actipro Software Support

The latest build of this product (v24.1.2) was released 4 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.