cancel
Showing results for 
Search instead for 
Did you mean: 

Table Event on textview

Former Member
0 Kudos

Hi

Table compatibility NW04S.

I have set my table lead selection to false

In this way user cannot select a line.

However what I would like to know is whether it's possible to catch an event if user has clicked on a cell whose cell editor is

UI Textview?

Thanks for yr help

regards

yuval

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

yes you can i think.

call the action from onselect of eitor.

Regards,

govindu

0 Kudos

Hi,

it will not possible to capture an event while click on "Text View" UI element. tou have to use the OnLeadSelect Event of the table ui element.

Thanks & Regards,

Bhargava.

Qualiture
Active Contributor
0 Kudos

A TextView control is not able to capture events.

You could consider using a (readonly) InputField control instead of a TextView. That way you could be able to catch the onEnter event.

Best regards,

Robin van het Hof

Former Member
0 Kudos

Hi ,

sorry its not possible to capture the event on action of textview.

Regards,

Govindu

Former Member
0 Kudos

You could replace the TextView by LinkToAction and use type=WDLinkType.RESULT.

Answers (0)