SMART datagrid v.1 > Examples

Back  Forward

Multiple Selection  Example

If set DisplayOptions.selectMode as SelectionMode.EXTENDED, you can hold Ctrl key and select one or more areas. 


Grid - 1
rows

The number of selection areas 

Get the selected rows 

Even if in the multi selection state, you can only copy the current selection, that is, the final selection area to the clipboard with using Ctrl+C. 

View Source JSP 

See Also
SelectionMode
DisplayOptions.selectMode
Examples
Selection
Selection Display
Merged Cell Selection