cancel
Showing results for 
Search instead for 
Did you mean: 

Executing an action if a row is selected in a table

Former Member
0 Kudos

I have a table that collects data from a service. When the user select a row, I should have any further questions to a web service, but I was not performing the action marked onLeadSelect.

Any idea? What are the steps for doing this?

Thanks!!!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Can you explain elarly wht's your problem is?

Regards

LakshmiNarayana

Former Member
0 Kudos

for a table UI element there is a property onLeadSelect to which you can bind an action

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks Ivan Dulko, I revised the 2 cases that you described, but I don't have the Compatibility mode.

Probably my problem it's in the action, and not in the selection in the table.

Thanx

Former Member
0 Kudos

Hi,

It's obvious that if you have onLeadSelect action specified it should work

I can offer to check two following cases:

1. Check if the action defined in onLeadSelect property has an event handler. To do this go to Actions Tab of your view. On the left side you'll see actions names and on the right side - event handlers. Find appropriate action and check if it has event handler in the right side.

2. Check the table property Compatibility mode. If this property is set to nw04Plus go on reading . In compatibility mode nw04Plus you can select row only if you click on the FIRST left column, which is basically squares.

Good luck

Ivan