cancel
Showing results for 
Search instead for 
Did you mean: 

method for leave cursor from cell

former_member229026
Participant
0 Kudos

Hi Experts,

I need to implement action on leave cursor from cell .

here If after enter data for one cell then relevant data populated for other cells .

please suggest the solution without using button or llink.

Regards,

BBC

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

To populate data in a cell depending on data entered in another cell, there must be some kind of user

action like button clicks or press Enter. Without any action we cannot populate relevant data in the cell.

And WDA does not have any events like leave cursor So we need some kind of action,Else its

not possible.,

Answers (1)

Answers (1)

former_member199125
Active Contributor
0 Kudos

i think dropdownbykey would suitable for you...

consider 1st element as dropdownby key , up on selecting a value in dropdown....an action will trigger ( ONSELECT ).. You can write your own login in onselect action to generate values for second UI element( you can chosse input element or dropdown by key depends on your requirement)

Regards

Srinivas