on ‎2008 Oct 21 11:39 AM
Hi
I am trying to achieve multiple row selection in table but is not able to achieve the same.
I have a table UI having model node as the data source.
Following are values of the node:
cardinality --> 0..n
initializeLeadSelection --> false
selection --> 0..n
singleton --> true
Following are values of the table:
compatibilityMode --> auto
enabled --> true
rowSelectable --> true
selectionChangeBehaviour -->auto
selectionMode --> multi
I have referred the tutorial "Developing with Tables in Web Dynpro" but with little help.
I have not written any kind kind of code to have the multiple row selection.
Can you help me please to determine how to achieve the multiple row selection in table.
Regards
Vineet Vikram
Request clarification before answering.
Hi Vineet,
You have to keep ctrl or shift pressed for selecting multiple rows. That is the correct and only way to select multiple rows in table UI at runtime. Or you can write a code so that the rows that you specify comes as selected when you run the application.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is a simple way to Select all Rows
Shift + double-click the header
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Its simple just set property of Table
selectionMode = multi
Regards
Raghu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
keep cardinaity of node 0:n..
selection cardinailty 1:n
singleton :true
selection Mode:auto
hpe it hlps u
Regards
Khushboo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Vineet,
try with selection mode as multi no lead.
I hope you are trying to select multiple rows by keeping the ctrl / shift key pressed and clicking on the rows to be selected.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.