cancel
Showing results for 
Search instead for 
Did you mean: 

Table row is not highlighted for leadSelection!

Former Member
0 Kudos

Hi,

My table row is not hightlighted when being clicked. I have set Table UI element's onLeadSelection to method: getFileBinaryFile method. Inside this getFileBinaryFile mthod, the leadSelection ID can be retrieved correctly, but outside this method, the leadSelection is not available. There is not row highlighted whatsoever....which is abnormal. How could this happen??

My table UI is bound to "TableData" with a cardinality 0..n without supply function.

The initialLeadSelection is set to false, but this setup does not affect the situation even though I change it to true.

Please advice how to solve this,

thanks alot,

Zita

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

My mistake to reload this table everytime in wdDoModifyView which causes this error.

former_member182374
Active Contributor
0 Kudos

Hi zita liao,

Try to set the table's 'selection mode' property to 'single'.

Omri

Former Member
0 Kudos

Hi Omri,

I set it to single mode but still gets no luck. I think I must mess up something here...but do not know what though.

thanks,

Zita