cancel
Showing results for 
Search instead for 
Did you mean: 

Table onLeadSelect

Former Member
0 Kudos

Hello,

On table contol when I use OnLeadSelect, it is disabling the option to select a row. It always selects the last row. Is this known bug or is there a way to achieve it?

Please do not point me to messages, I have already done the search and could not find anything.

Sm

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Check if rowSelectable property of table is set to false,if so change it to True. It will work.

Former Member
0 Kudos

Thanks Ravi. No it is set to true. As soon as I have an event handler for the table , normal selection is messed up and the last row is selected.

Former Member
0 Kudos

Set the LeadSelection of the Node say (TABLEVALUES) which you have binded to table of dataSource  to -1 in wdInit method.

Put some messages in onLeadSelect method to check, if the methods is getting called on row selection or not.

Sharathmg
Active Contributor
0 Kudos

Hello SM,

Please elaborate further:

"On table contol when I use OnLeadSelect, it is disabling the option to select a row" - Does it mean, when you set the option onLeadSelect in the table property in Eclipse editor?

Also, check the table properties - rowSelectable, selection etc. It is not a bug, which I have come across in my experience with WD. So, try to toggle the table properties.

If you elaborate further it would help us to understand the issue better. Also, try to attach a screenshot for reference.

Regards,

Sharath