Hi
Please find the solution below,
Component / View : UICMP_ACC_CLIP/IRecActivitiesClipboard
Modified the view layout ‘IRecActivitiesClipboard.htm’. Here add a new attribute ‘editMode’ to cellerator tag as no vertical line will be displayed if the table is ready-only mode. Please find the document screenshot below.
<thtmlb:gridCell columnIndex = "1"
rowIndex = "1"
horizontalAlignment = "RIGHT" >
<thtmlb:cellerator id = "activities"
onRowSelection = "onSelect"
table = "<%= <fs> %>"
verticalScrolling = "TRUE"
fillUpEmptyRows = "FALSE"
width = "100%"
editMode = 'SINGLE'
selectionMode = "NONE"
personalizable = "FALSE"
iterator = "<%= lr_iterator %>" >
</thtmlb:cellerator>
</thtmlb:gridCell>
</thtmlb:grid>
Thanks,
Vij