cancel
Showing results for 
Search instead for 
Did you mean: 

Hyperlink in UI table column without using leadselect

Former Member
0 Kudos

Hi All,

I am using hyperlink for a column in my UI table element. When i click the hyperlink, I am opening a pop-up screen.

The problem is, the pop-up is opening only after i leadselect a row and then i click the hyperlink.

But i want the hyperlink click to open the pop-up without clicking leadselect.

How to achieve this?

Please help me as soon as possible.

Thanks a lot.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

First disable the leadselection for the table.

Implement the action for Hyperlink check the box transfer UI events. When you do this, you will get the

index that is clicked in the WDEVENT parameters. Using this index, you can open the popup.

Check the wdr_test_table for the same under TABLE CELL EDITORS.

Regards,

Lekha.