cancel
Showing results for 
Search instead for 
Did you mean: 

How to call another screen after doubleclick on table row?

former_member186148
Active Participant
0 Kudos

Hi SDN!

I'm working with NW 7.0

I have a table with several columns. I need to go to another screen with more detailed data after doubleclick on any cell in table row. How I can do it?

Regards, Lev.

Accepted Solutions (1)

Accepted Solutions (1)

former_member185029
Active Contributor
0 Kudos

Track onLeadSelect event of the table and write your logic there.

-Ashutosh

former_member186148
Active Participant
0 Kudos

Hi Ashutosh!

onLeadSelect event fired by singleclick on row too. But I need action only for doubleclick, not for singleclick. Is it possible?

Former Member
0 Kudos

Hi,

Please have a look at this thread,

- Saravanan K

p330068
Active Contributor
0 Kudos

Hi Lek,

You can add one column in the table with link using LinkToAction to fulfill your requrement.

Hope it helps

Regards

Arun

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can also set the TableCellEditor to LinkToAction. Define an action comprising the logic to navigation to another view and bind that action to the LinkToAction.

- Saravanan K