dojox.grid.EnhancedGrid - Cell Merge
The Merged Cells
Row Index
|
Start Column Index
|
End Column Index
|
Major Column Index
|
Notes:
- Cells can be merged at both design- and run-time.
- Cell merging is done only in grid UI; the data store is not affected.
- The column sorting and cell merging are incompatible, because sorting is store's job, while merging is grid's job, and after sorting, grid can not get the mapping between the new row order and the old one.)
- To get currently merged cells, use grid.getMergedCells();
- The merged cell will use as default the content of the cell at the leading edge, if major cell is not indicated.
Note: To see the tundra theme, just append ?theme=tundra to the URL.