on 2013 Dec 16 5:42 AM
Hi ,
Select all option not working in a custtom z table created.
changed the html page
"<%= DASHBOARD->SELECTED_INDEX %>"
selectedRowIndexTable = "<%= DASHBOARD->SELECTION_TAB %>"
selectionColumn = "<%= lv_cellerator_selectioncolumn %>"
selectionMode = "MULTI"
and also the redefined the method
ON_INIT_ACTIVATION:
typed_context->DASHBOARD->set_selection_mode(
iv_selection_mode = cl_bsp_wd_context_node_tv=>selmode_multi ).
For the first time the selection is not done ,but when we click on the select all button for the 2nd or 3rd time ,all the rows are getting selected.
Thanks,
Anitha
Hi Anitha,
I faced similar issue some time back when creating a custom table view. Couple of options worth a try are:
If none of them work, then you could create a new attribute of type SELECTION_TAB, populate it manually in EH_ON_ROW_SELECTION and use this attribute in htm page instead of selection_tab:
selectedRowIndexTable = "<%= BTPartner->ZZSELECTION %>"
This approach worked for me.
Regards,
Narendra
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Anitha,
Try selection mode with
selectionMode = "<%= DASHBOARD->SELECTION_MODE %>" or
selectionMode = "MULTISELECT" and check.
Regards,
Deepika C.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
29 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.