cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the selected row from suggestionRows of sap.m.Input?

0 Kudos

Hello Friends/Gurus,

I am struggling to get all the columns of the selected row from the suggestionRows of sap.m.Input.

I have created an example in the jsbin under following link http://jsbin.com/debavixazu/4/edit?html,console,output

Could some body educate me on how to get the selected row from the suggestionRows.

Many thanks in advance.

Regards,

Chidan

Accepted Solutions (1)

Accepted Solutions (1)

former_member182862
Active Contributor

HI Chidan

I have modified your JSBin, here. Please take a look

thanks

-D

0 Kudos

Hi Dennis,

thanks, this answers my question.

But could you answer one more -

How to identify the available parameters for passing into oEvent.getParameter("selectedRow"); -

Regards,

Chidan

former_member182862
Active Contributor
0 Kudos

HI Chidan

You can do console.log(oEvent.getParameters()) to get all the keys. and then oEvent.getParameter(<key>) to get the values of the <key>.

Thanks

-D

0 Kudos

thank you Dennis.

Answers (0)