cancel
Showing results for 
Search instead for 
Did you mean: 

Catching mouse click event

Former Member
0 Kudos

Hi,all

I'm trying to catch the left mouse click event on a table's field.

How should I do it?

Regards,

Michael

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Solved by myself

Former Member
0 Kudos

Hi,

By default table is using textview as cell editor.

If you need to invoke some action on mouse click, use linktoaction as cell editor and specify the action in onAction event of the celleditor.

Dynamic Links in a Web Dynpro Table:[https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/8080487b-0301-0010-3f96-dcc9a3682448]

regards

Baby

Former Member
0 Kudos

To do what?

Armin

former_member182374
Active Contributor
0 Kudos

Hi Michael,

I don't think you can catch client side event in Web Dynpro...

Omri