SMART datagrid v.1 > Examples

[ grids ver.1.3.6]   Back  Forward

Merged Selection  Example

In SMART datagrid, the selection area of the data cell is basically determined based on the row, but if specify DisplayOptions.mergedSelection as true, it will be created based on the merged cell. 

 

Select the code cell of two products of two rows from the selected row. 

Grid - 1
rows

If all areas of the merged cell are included in the selection area, they will be displayed in CELL, and if some are included, they will be displayed in MASK

(Select again after change the settings)

View Source JSP 

See Also
DisplayOptions.mergedSelection
DisplayOptions.selectDisplay
DisplayOptions.selectStyle
ValueColumn.mergeExpression
Exampels
Selections
Selection Display
Multi Selection