Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions controls/gridview/features/merged-cells.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,10 @@ radGridView1.MasterTemplate.Templates.Add(template)

* Copy, paste, and cut operations do not support merge cells.

* Merge Cell functionality only works with __Table View Definition__.

* Merge Cell functionality is only applicable to the data cells. Column header cells won't be merged.


## See Also
* [Accessing and Setting the CurrentCell]({%slug winforms/gridview/cells/accessing-and-setting-the-currentcell%})
Expand Down