Hi experts,
I have a context node created with the following properties:
Cardinality: 0..n
Selection: 0..n
Intialization Lead Selection: Not checked
On the view layout, I have a table with the following properties:
rowSelectable = X
selectionChangeBehaviour = auto
selectionColumnDesign = default
selectionMode = multi
Now when I execute the application, and click on the selection column of the table, the row gets selected for a second and then gets de-selected.
If I change the context node property to
Intialization Lead Selection: X
then the first row gets selected always irrespective of the row I click on.
If I change the table property to
selectionMode = multiNoLead
then the rows get selected fine.
I have a button that opens a popup window, once the window opens the selected rows of the parent window get de-selected. I need the row selection to be available on the popup window too.
Pl guide where and what am I doing wrong.
Regards,
Reema.