:: Forum >>

Grid selection - cells, columns, rows selection

can you select mutilple cells? can you select multiple columns/rows?
Sunday, March 26, 2006
In AW 2.0 grid control supports the following selection modes

- single cell
- single row
- multiple rows
- multiple rows with checkboxes

The selection modes can be changed with setSelectionMode(mode) method. Possible arguments -

"single-cell", "single-row", "multi-row", "multi-row-marker"
Alex (ActiveWidgets)
Wednesday, March 29, 2006
can you have "none" selection ? i.e nothing happens display just like a table ?
m
Thursday, May 18, 2006
For some reason I did not think of this - will add to the next version.
Alex (ActiveWidgets)
Thursday, May 18, 2006
Is it possible to implement a shift-click action that selects all the rows between your first click and your last click? I see that control-click is used for non-contiguous multi-select.
Liana
Wednesday, September 6, 2006
The current version does not have shift-select event handler (will be added in the future).
Alex (ActiveWidgets)
Friday, September 8, 2006
Possible enhancement candidate:

Add selection mde 'single-row-marker'
You could use the checkbox icon or a radio-button icon.
Colin P.
Thursday, October 19, 2006
What is the best way to implement a combination of select-row and select-cell functionality?
For example:
- if user clicks on row selector >> select row (used for delete or other action)
- if user double-clicks on cell >> select a cell for edit

Currently, if selection mode is "sengle-row" and editable is set to true, grid allows editing of cell in the first column but not in other columns.
Maja
Monday, November 20, 2006

This topic is archived.


Back to support forum

Forum search