cancel
Showing results for 
Search instead for 
Did you mean: 

firing event when pressing table cell

Former Member
0 Kudos

Hi,

Is it possible firing an event when double click the web dynpro table cell?

Fired event must be called with parameter with value inside cell.

Is it possible?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

This option is possible in CE7.11 EHP1. There is an event for the table, onColSelect, onSelect.

You can pass the paramters as well.

Not sure with NWDS 7.0.

Thanks,

Venkat

Answers (3)

Answers (3)

Former Member
0 Kudos

It is not possible for NW 7.0

Former Member
0 Kudos

Hi,

Which UI component you have within the table. The action will differ based on the UI element which you have for table column. If it is an Input field, then use onEnter event.

Regards,

Ponraj M

former_member185086
Active Contributor
0 Kudos

Hi

What TablecelllEdito you want to use here. If it is LinkToAction then map the parameter with its action.

Code for this is

wdContext.nodeTestNode().setSelected(i, true);
//Here i is the parameter of type Node Element.

Best Regards

Satish Kumar