Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-4.0.0.GA, EE-3.3.0.GA_P03
-
Fix Version/s: EE-4.1.0.RC1, EE-4.1.0.GA, EE-3.3.0.GA_P04, 4.2.BETA, 4.2
-
Component/s: ACE-Components
-
Labels:None
-
Environment:All
-
Assignee Priority:P2
-
Support Case References:Support Case #13570 - https://icesoft.my.salesforce.com/5007000001Q0ijp
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
Feature Request: Add a new "enhMultiple" selectionMode attribute value that will enable "Enhanced Multiple" row selection mode.
This mode matches the existing "enhMultiple" mode that ice:dataTable supported, which mimics a typical desktop UI for row selection, as follows:
- Single clicking the current row will select that row (not toggle), and deselect all other previously selected rows.
- However, if a the Ctrl/Command modifier key is held, then row selection is toggled on/off for that row and other previously selected rows remain selected.
- Additionally, holding the Shift modifier key will cause the range of rows between the last selected row and the current one to be selected.
This mode matches the existing "enhMultiple" mode that ice:dataTable supported, which mimics a typical desktop UI for row selection, as follows:
- Single clicking the current row will select that row (not toggle), and deselect all other previously selected rows.
- However, if a the Ctrl/Command modifier key is held, then row selection is toggled on/off for that row and other previously selected rows remain selected.
- Additionally, holding the Shift modifier key will cause the range of rows between the last selected row and the current one to be selected.
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Arturo Zambrano [ artzambrano ] | |
Fix Version/s | EE-4.1.0.GA [ 12171 ] | |
Fix Version/s | EE-3.3.0.GA_P04 [ 12270 ] | |
Assignee Priority | P2 [ 10011 ] |
Summary | ace:dataTable - Add single click selection/deselection to multiple selection | ace:dataTable - Add new "enhMultiple" selection mode |
Description |
Feature Request: When using the multiple selection functionality of the ace:dataTable, a single click of each row selects the row. This request is to add or modify this behavior so that each click of a row selects only this row and will deselect the other selected rows.
This is similar to how the ice:dataTable enhanced multiple behavior was. |
Feature Request: Add a new "enhMultiple" selectionMode attribute value that will enable "Enhanced Multiple" row selection mode.
This mode matches the existing "enhMultiple" mode that ice:dataTable supported, which mimics a typical desktop UI for row selection, as follows: - Single clicking the current row will select that row (not toggle), and deselect all other previously selected rows. - However, if a the Ctrl/Command modifier key is held, then row selection is toggled on/off for that row and other previously selected rows remain selected. - Additionally, holding the Shift modifier key will cause the range of rows between the last selected row and the current one to be selected. |
Affects | Documentation (User Guide, Ref. Guide, etc.),Sample App./Tutorial [ 10003, 10001 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #47013 | Fri Jan 22 11:31:32 MST 2016 | art.zambrano | |
Files Changed | ||||
![]() ![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #47016 | Fri Jan 22 12:58:51 MST 2016 | art.zambrano | |
Files Changed | ||||
![]() |
Fix Version/s | EE-4.1.0.BETA [ 13072 ] |
Fix Version/s | 4.2.BETA [ 13091 ] | |
Fix Version/s | 4.2 [ 12870 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
r47013: added new "enhMultiple" selection mode to ace:dataTable to the 4.0 trunk